Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
SlidingTabsColors / res / layout /

pager_item.xml

       
        1
       
       
        <?xml version="1.0" encoding="utf-8"?>
       
       
        2
       
       
       
       
        3
       
       
        <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
       
        4
       
       
        android:layout_width="match_parent"
       
       
        5
       
       
        android:layout_height="match_parent"
       
       
        6
       
       
        android:orientation="vertical"
       
       
        7
       
       
        android:gravity="center">
       
       
        8
       
       
       
       
        9
       
       
        <TextView
       
       
        10
       
       
        android:id="@+id/item_title"
       
       
        11
       
       
        android:layout_width="wrap_content"
       
       
        12
       
       
        android:layout_height="wrap_content"
       
       
        13
       
       
        android:textAppearance="?android:attr/textAppearanceLarge" />
       
       
        14
       
       
       
       
        15
       
       
        <TextView
       
       
        16
       
       
        android:id="@+id/item_indicator_color"
       
       
        17
       
       
        android:layout_width="wrap_content"
       
       
        18
       
       
        android:layout_height="wrap_content"
       
       
        19
       
       
        android:textAppearance="?android:attr/textAppearanceLarge" />
       
       
        20
       
       
       
       
        21
       
       
        <TextView
       
       
        22
       
       
        android:id="@+id/item_divider_color"
       
       
        23
       
       
        android:layout_width="wrap_content"
       
       
        24
       
       
        android:layout_height="wrap_content"
       
       
        25
       
       
        android:textAppearance="?android:attr/textAppearanceLarge" />
       
       
        26
       
       
       
       
        27
       
       
        </LinearLayout>