project_files/Android-build/SDL-android-project/res/layout/activity_weaponsetlist.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     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     <TextView
       
     9         android:id="@android:id/empty"
       
    10         android:layout_width="match_parent"
       
    11         android:layout_height="match_parent"
       
    12         android:gravity="center"
       
    13         android:text="@string/weaponsetlist_empty" />
       
    14 
       
    15     <ListView
       
    16         android:id="@android:id/list"
       
    17         android:layout_width="match_parent"
       
    18         android:layout_height="0dp"
       
    19         android:layout_weight="1"
       
    20         android:cacheColorHint="@android:color/transparent" />
       
    21 
       
    22     <Button
       
    23         android:id="@+id/addButton"
       
    24         android:layout_width="match_parent"
       
    25         android:layout_height="wrap_content"
       
    26         android:background="@drawable/button"
       
    27         android:text="@string/weaponsetlist_add_button_text" />
       
    28 
       
    29 </LinearLayout>