project_files/Android-build/SDL-android-project/res/layout/fragment_teamlist.xml
changeset 7449 2e63537b44f3
child 7476 2fb781bbdd51
equal deleted inserted replaced
7444:2e31f114f57e 7449:2e63537b44f3
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     3     xmlns:tools="http://schemas.android.com/tools"
       
     4     android:layout_width="match_parent"
       
     5     android:layout_height="match_parent"
       
     6     android:orientation="vertical" >
       
     7 
       
     8     <ListView 
       
     9         android:id="@+id/teamList"
       
    10         android:layout_width="match_parent"
       
    11         android:layout_height="0dp"
       
    12         android:layout_weight="1" 
       
    13         android:cacheColorHint="@android:color/transparent"
       
    14         />
       
    15 
       
    16 	<Button
       
    17         android:id="@+id/addTeamButton"
       
    18         android:layout_width="match_parent"
       
    19         android:layout_height="wrap_content"
       
    20         android:text="@string/teamlist_addteam"
       
    21         android:background="@drawable/button" />
       
    22 
       
    23 </LinearLayout>