TabLayout加上ViewPager的使用

1, 添加依赖
compile 'com.android.support:design:25.1.0'
记得版本号要与现在项目中已经依赖过的v7包的依赖要一样


TabLayout加上ViewPager的使用_第1张图片
Paste_Image.png

2, 在xml的布局文件中写

TabLayout加上ViewPager的使用_第2张图片
Paste_Image.png

3, 在类文件中写:

TabLayout加上ViewPager的使用_第3张图片
Paste_Image.png

-_-//如此大工搞定,上一张效果图,

TabLayout加上ViewPager的使用_第4张图片
Paste_Image.png

哎呀, 上面几部还没结束呢...........所以tablayut的字显示不出来, 大家要记得在Adapter中重写:

TabLayout加上ViewPager的使用_第5张图片
Paste_Image.png
Paste_Image.png

写完之后,才算真正的出效果图了,

Paste_Image.png

就酱紫了..............

你可能感兴趣的:(TabLayout加上ViewPager的使用)