project_files/Android-build/SDL-android-project/res/layout/fragment_teamlist.xml
changeset 7476 2fb781bbdd51
parent 7449 2e63537b44f3
child 7582 714310efad8f
equal deleted inserted replaced
7473:45b9f25ff611 7476:2fb781bbdd51
     4     android:layout_width="match_parent"
     4     android:layout_width="match_parent"
     5     android:layout_height="match_parent"
     5     android:layout_height="match_parent"
     6     android:orientation="vertical" >
     6     android:orientation="vertical" >
     7 
     7 
     8     <ListView 
     8     <ListView 
     9         android:id="@+id/teamList"
     9         android:id="@android:id/list"
    10         android:layout_width="match_parent"
    10         android:layout_width="match_parent"
    11         android:layout_height="0dp"
    11         android:layout_height="0dp"
    12         android:layout_weight="1" 
    12         android:layout_weight="1" 
    13         android:cacheColorHint="@android:color/transparent"
    13         android:cacheColorHint="@android:color/transparent"
    14         />
    14         />