project_files/Android-build/SDL-android-project/res/layout/listview_team.xml
changeset 7508 763d3961400b
equal deleted inserted replaced
7504:ed1d52c5aa94 7508:763d3961400b
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     3     android:layout_width="fill_parent"
       
     4     android:layout_height="wrap_content"
       
     5     android:paddingTop="4dp"
       
     6 	android:paddingBottom="4dp" >
       
     7     <TextView
       
     8         android:id="@android:id/text1"
       
     9         android:layout_width="0dp"
       
    10         android:layout_height="wrap_content"
       
    11         android:layout_gravity="center_vertical|left"
       
    12         android:layout_weight="1"
       
    13         android:gravity="center_vertical"
       
    14         android:drawablePadding="5dp"
       
    15         android:textAppearance="?android:attr/textAppearanceMedium" />
       
    16 
       
    17     <ImageButton
       
    18         android:id="@+id/colorButton"
       
    19         android:layout_width="48dp"
       
    20         android:layout_height="48dp"
       
    21         android:layout_gravity="center_vertical|right"
       
    22         android:src="#fff"
       
    23         android:padding="8dp"
       
    24         android:contentDescription="@string/teamlist_color_button_description" />
       
    25     
       
    26     <ImageButton
       
    27         android:id="@+id/hogCountButton"
       
    28         android:layout_width="48dp"
       
    29         android:layout_height="48dp"
       
    30         android:layout_gravity="center_vertical|right"
       
    31         android:src="@drawable/hogcount"
       
    32         android:scaleType="centerCrop"
       
    33         android:padding="0dp"
       
    34         android:contentDescription="@string/teamlist_hogcount_button_description" />
       
    35 </LinearLayout>