project_files/Android-build/SDL-android-project/res/layout/tab_indicator_vertical.xml
changeset 7582 714310efad8f
parent 7444 2e31f114f57e
equal deleted inserted replaced
7580:c92596feac0d 7582:714310efad8f
       
     1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     2     android:layout_width="fill_parent"
       
     3     android:layout_height="0dp"
       
     4     android:layout_weight="1"
       
     5     android:orientation="vertical"
       
     6     android:background="@drawable/box">
       
     7 
       
     8     <ImageView android:id="@+id/icon"
       
     9         android:layout_width="wrap_content"
       
    10         android:layout_height="wrap_content"
       
    11         android:layout_centerHorizontal="true"
       
    12     />
       
    13 
       
    14     <TextView android:id="@+id/title"
       
    15         android:layout_width="wrap_content"
       
    16         android:layout_height="wrap_content"
       
    17         android:scrollHorizontally="false"
       
    18         android:padding="4dp"
       
    19         android:layout_alignParentBottom="true"
       
    20         android:layout_centerHorizontal="true"
       
    21         style="?android:attr/tabWidgetStyle"
       
    22     />
       
    23 </RelativeLayout>