您现在的位置是:首页 >其他 >TabLayout + Viewpager网站首页其他
TabLayout + Viewpager
简介TabLayout + Viewpager
TabLayout + Viewpager,不知道为啥,静态xml里面配置TabItem,AS里面可以看到字段。手机中始终显示不出来字体,结果干掉,代码里面添加title 就可以,不知道为啥????????????
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/chat_bg" android:orientation="vertical"> <include layout="@layout/component_common_title4" android:id="@+id/rl_Title"/> <com.google.android.material.tabs.TabLayout android:theme="@style/Theme.MaterialComponents.Light.NoActionBar" android:id="@+id/tabLayout" android:layout_width="match_parent" android:layout_height="47dp" android:background="@drawable/layer_list_bg_common_white_with_bottom_line" app:tabIndicatorColor="@color/textLightBlue" app:tabSelectedTextColor="@color/textLightBlue" app:tabTextAppearance="@style/ChatTabLayoutTextAppearance" app:tabIndicatorHeight="2dp" app:tabIndicatorFullWidth="false" app:tabMode="fixed"> <!-- <com.google.android.material.tabs.TabItem--> <!-- android:id="@+id/tv_ChatInBox"--> <!-- android:text="@string/runninggt"--> <!-- android:layout_width="wrap_content"--> <!-- android:layout_height="match_parent"--> <!-- />--> <!-- <com.google.android.material.tabs.TabItem--> <!-- android:id="@+id/tv_ChatStartBox"--> <!-- android:text="@string/mystartgt"--> <!-- android:layout_width="wrap_content"--> <!-- android:layout_height="match_parent"/>--> <!-- <com.google.android.material.tabs.TabItem--> <!-- android:id="@+id/tv_ChatJoinBox"--> <!-- android:text="@string/joingt"--> <!-- android:layout_width="wrap_content"--> <!-- android:layout_height="match_parent"/>--> <!-- <com.google.android.material.tabs.TabItem--> <!-- android:id="@+id/tv_ChatFinishBox"--> <!-- android:text="@string/finishgt"--> <!-- android:layout_width="wrap_content"--> <!-- android:layout_height="match_parent"/>--> </com.google.android.material.tabs.TabLayout> <androidx.viewpager.widget.ViewPager android:id="@+id/vp_FragmentContainer" android:layout_width="match_parent" android:layout_height="match_parent" /> </LinearLayout>
风语者!平时喜欢研究各种技术,目前在从事后端开发工作,热爱生活、热爱工作。