Various fixez
This commit is contained in:
parent
91e8eed8b0
commit
7cc93f960d
8 changed files with 183 additions and 47 deletions
|
@ -100,4 +100,20 @@
|
|||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:hint="@string/curative_efforts" />
|
||||
|
||||
<Spinner
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/classSpinner"
|
||||
android:layout_below="@+id/editPgIntro"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true" />
|
||||
|
||||
<Spinner
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/raceSpinner"
|
||||
android:layout_below="@+id/classSpinner"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentStart="true" />
|
||||
</RelativeLayout>
|
||||
|
|
Reference in a new issue