project_files/Android-build/SDL-android-project/res/layout/tab_indicator.xml
changeset 7355 5673e95ef647
child 7444 2e31f114f57e
equal deleted inserted replaced
7352:641f11cdd319 7355:5673e95ef647
       
     1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     2     android:layout_width="64dip"
       
     3     android:layout_height="0dip"
       
     4     android:layout_weight="1"
       
     5     android:layout_marginTop="-3dip"
       
     6     android:layout_marginBottom="-3dip"
       
     7     android:orientation="vertical">
       
     8 
       
     9     <ImageView android:id="@+id/icon"
       
    10         android:layout_width="wrap_content"
       
    11         android:layout_height="wrap_content"
       
    12         android:layout_centerHorizontal="true"
       
    13     />
       
    14 
       
    15     <TextView android:id="@+id/title"
       
    16         android:layout_width="wrap_content"
       
    17         android:layout_height="wrap_content"
       
    18         android:layout_alignParentBottom="true"
       
    19         android:layout_centerHorizontal="true"
       
    20         style="?android:attr/tabWidgetStyle"
       
    21     />
       
    22 </RelativeLayout>