fragment_main_kyl.xml 1.12 KB
Newer Older
1 2 3 4 5 6 7 8
<?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="wrap_content"
    android:orientation="vertical">

    <com.androidkun.xtablayout.XTabLayout
9
        android:id="@+id/xtFragmentKyl"
mengcuiguang's avatar
mengcuiguang committed
10
        android:paddingTop="14dp"
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
        android:visibility="invisible"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:xTabIndicatorColor="#F28335"
        app:xTabIndicatorHeight="4dp"
        app:xTabIndicatorRoundX="30dp"
        app:xTabIndicatorRoundY="30dp"
        app:xTabIndicatorWidth="20dp"
        app:xTabMode="scrollable"
        app:xTabSelectedTextColor="@color/color_FF9837"
        app:xTabSelectedTextSize="18sp"
        app:xTabTextColor="#000"
        app:xTabTextSize="14sp" />

    <com.mints.goodmoney.ui.widgets.MyViewPager
26
        android:id="@+id/vpFragmentKyl"
27 28 29 30
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

</LinearLayout>