<?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto"> <data></data> <LinearLayout android:layout_width="match_parent" android:orientation="vertical" android:layout_height="match_parent" tools:context=".mvvm.fragment.HomeFragment"> <com.flyco.tablayout.CommonTabLayout android:layout_width="match_parent" android:layout_height="@dimen/dp_60" app:tl_divider_width="@dimen/dp_60" app:tl_textSelectColor="@color/black" app:tl_textUnselectColor="@color/black" app:tl_indicator_color="@color/black" android:id="@+id/ctl_home"/> <androidx.viewpager2.widget.ViewPager2 android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/vp2_home"/> </LinearLayout> </layout>
mvvm视频
最新推荐文章于 2024-11-11 20:06:01 发布