project_files/Android-build/SDL-android-project/res/layout/team_selection_dialog.xml
branchhedgeroid
changeset 5467 88e25840f532
equal deleted inserted replaced
5465:b7e009722465 5467:88e25840f532
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout
       
     3   xmlns:android="http://schemas.android.com/apk/res/android"
       
     4   android:orientation="vertical"
       
     5   android:layout_width="wrap_content"
       
     6   android:layout_height="wrap_content">
       
     7   <TextView
       
     8   	android:id="@+id/team_selection_dialog_select"
       
     9   	android:layout_width="wrap_content"
       
    10   	android:layout_height="wrap_content"
       
    11   	android:text="@string/select"/>
       
    12   <TextView
       
    13   	android:id="@+id/team_selection_dialog_edit"
       
    14   	android:layout_width="wrap_content"
       
    15   	android:layout_height="wrap_content"
       
    16   	android:text="@string/edit"/>
       
    17   <TextView
       
    18   	android:id="@+id/team_selection_dialog_delete"
       
    19   	android:layout_width="wrap_content"
       
    20   	android:layout_height="wrap_content"
       
    21   	android:text="@string/delete"/>
       
    22 </LinearLayout>