You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:custom="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tl="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.viewpager.widget.ViewPager
|
|
android:id="@+id/vp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1" />
|
|
|
|
<com.flyco.tablayout.CommonTabLayout
|
|
android:id="@+id/tabLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="54dp"
|
|
android:background="#ffffff"
|
|
tl:tl_iconHeight="23dp"
|
|
tl:tl_iconWidth="23dp"
|
|
tl:tl_indicator_color="#3498db"
|
|
tl:tl_indicator_height="0dp"
|
|
tl:tl_textSelectColor="#3498db"
|
|
tl:tl_textUnselectColor="#666666"
|
|
tl:tl_textsize="12sp"
|
|
tl:tl_underline_color="#cfcfcf"
|
|
tl:tl_underline_gravity="TOP"
|
|
tl:tl_underline_height="1dp" />
|
|
|
|
</LinearLayout>
|
|
|