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