project_files/Android-build/SDL-android-project/res/layout/team_creation_entry.xml
equal
deleted
inserted
replaced
8 <Spinner |
8 <Spinner |
9 android:id="@+id/spinTeam1" |
9 android:id="@+id/spinTeam1" |
10 android:layout_width="wrap_content" |
10 android:layout_width="wrap_content" |
11 android:layout_height="wrap_content" |
11 android:layout_height="wrap_content" |
12 android:layout_alignParentRight="true" |
12 android:layout_alignParentRight="true" |
13 android:layout_toRightOf="@+id/btnTeam1"/> |
13 android:layout_toRightOf="@+id/btnTeam1" |
|
14 android:background="@drawable/dropdown"/> |
14 <EditText |
15 <EditText |
15 android:id="@+id/txtTeam1" |
16 android:id="@+id/txtTeam1" |
16 android:layout_width="fill_parent" |
17 android:layout_width="fill_parent" |
17 android:layout_height="wrap_content" |
18 android:layout_height="wrap_content" |
18 android:layout_below="@id/spinTeam1" |
19 android:layout_below="@id/spinTeam1" |