2019-02-01 09:19:44 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-02-15 23:48:25 +08:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-02-01 09:19:44 +08:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2019-02-15 23:48:25 +08:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:orientation="vertical"
|
2019-02-01 09:19:44 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:context=".Fragment_shudan">
|
|
|
|
|
|
|
|
<!-- TODO: Update blank fragment layout -->
|
2019-02-15 23:48:25 +08:00
|
|
|
|
|
|
|
<com.flyco.tablayout.SlidingTabLayout
|
|
|
|
android:id="@+id/tab_layout2"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:paddingBottom="2dp"
|
|
|
|
android:background="@color/white"
|
|
|
|
app:tl_indicator_color="@color/white"
|
|
|
|
app:tl_indicator_corner_radius="1.5dp"
|
|
|
|
app:tl_indicator_height="0dp"
|
|
|
|
app:tl_indicator_width="0dp"
|
|
|
|
app:tl_textSelectColor="@color/crimson"
|
|
|
|
app:tl_textUnselectColor="@color/grey"
|
|
|
|
app:tl_tab_space_equal ="true"
|
|
|
|
app:tl_textsize="13sp"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
android:id="@+id/viewpager"
|
2019-02-01 09:19:44 +08:00
|
|
|
android:layout_width="match_parent"
|
2019-02-15 23:48:25 +08:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
<!-- <android.support.design.widget.TabLayout
|
|
|
|
android:id="@+id/tab_layout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
app:tabMode="fixed"/>
|
|
|
|
-->
|
|
|
|
</android.support.v4.view.ViewPager>
|
|
|
|
<!--
|
2019-02-01 09:19:44 +08:00
|
|
|
|
2019-02-15 23:48:25 +08:00
|
|
|
-->
|
|
|
|
</LinearLayout>
|