<?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:orientation="vertical">
|
|
<com.flyco.tablayout.SlidingTabLayout
|
android:id="@+id/tab_top"
|
android:layout_width="match_parent"
|
android:layout_height="80dp"
|
app:tl_indicator_color="@color/colorPrimary"
|
app:tl_indicator_corner_radius="2dp"
|
app:tl_indicator_height="0dp"
|
app:tl_indicator_width="56dp"
|
app:tl_textBold="BOTH"
|
app:tl_textSelectColor="#6CC366"
|
app:tl_textUnselectColor="@color/textColor99"
|
app:tl_textsize="18sp" />
|
|
<androidx.viewpager.widget.ViewPager
|
android:id="@+id/view_pager"
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:layout_weight="1" />
|
</LinearLayout>
|