两者结合使用的效果
上边的分类块滑动的时候,下面的viewpager 也跟着切换,下面的viewPager滑动,上面的分类也随着变。
下面代码的实现效果
实现
这里就简单的实现相应功能。
- 写布局
对应的布局文件:activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity">
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabLayout"
android:layout_width="match_parent"
android:layout_height="35dp"