mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-12-03 17:01:05 +01:00
16 lines
503 B
XML
16 lines
503 B
XML
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="wrap_content">
|
||
|
<TextView
|
||
|
android:id="@+id/eo_label"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content">
|
||
|
</TextView>
|
||
|
<Spinner
|
||
|
android:id="@+id/eo_value"
|
||
|
android:layout_width="0dp"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_weight="1">
|
||
|
</Spinner>
|
||
|
</LinearLayout>
|