46 lines
1.6 KiB
XML
46 lines
1.6 KiB
XML
<?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"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
style="@style/llOutside"
|
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"
|
|
tools:context=".Activity_cate_books"
|
|
tools:showIn="@layout/activity_cate_books"
|
|
android:orientation="vertical"
|
|
>
|
|
|
|
<com.ixiaow.multilayout.MultiLayout
|
|
android:id="@+id/topic_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tab_indicator_color="@color/colorAccent"
|
|
app:tab_indicator_height="0dp"
|
|
app:tab_indicator_radius="0dp"
|
|
app:tab_text_size="15sp"
|
|
app:tab_text_width="60dp"
|
|
app:tl_textUnselectColor="@color/darkgray" />
|
|
<com.flyco.tablayout.SlidingTabLayout
|
|
android:id="@+id/tab_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"
|
|
android:background="@color/white"
|
|
app:tl_indicator_color="@color/tabSelected"
|
|
app:tl_indicator_corner_radius="1.5dp"
|
|
app:tl_indicator_height="2dp"
|
|
app:tl_indicator_width="45dp"
|
|
app:tl_textSelectColor="@color/tabSelected"
|
|
app:tl_textUnselectColor="@color/grey"
|
|
app:tl_tab_space_equal ="true"
|
|
|
|
/>
|
|
<android.support.v4.view.ViewPager
|
|
android:id="@+id/viewpager"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
</android.support.v4.view.ViewPager>
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |