Android---TabLayout+ViewPager+Fragment使用
TabLayout+ViewPager+Fragment使用在布局文件中添加TabLayout和ViewPager控件 <com.google.android.material.tabs.TabLayout android:id="@+id/tabLay" android:layout_width="match_parent" android:layout_height="40dp"/> <










