diff options
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/main.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml index 18c9ec9..eec86f2 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml | |||
| @@ -25,10 +25,15 @@ | |||
| 25 | android:layout_height="wrap_content" | 25 | android:layout_height="wrap_content" |
| 26 | android:prompt="@+id/versionsPrompt" /> | 26 | android:prompt="@+id/versionsPrompt" /> |
| 27 | 27 | ||
| 28 | <TextView android:id="@+id/cpu" | 28 | <TextView android:id="@+id/cpusPrompt" |
| 29 | android:layout_width="wrap_content" | 29 | android:layout_width="wrap_content" |
| 30 | android:layout_height="wrap_content" | 30 | android:layout_height="wrap_content" |
| 31 | android:text="@string/cpu" /> | 31 | android:text="@string/cpusPrompt" /> |
| 32 | |||
| 33 | <Spinner android:id="@+id/cpus" | ||
| 34 | android:layout_width="wrap_content" | ||
| 35 | android:layout_height="wrap_content" | ||
| 36 | android:prompt="@+id/cpusPrompt" /> | ||
| 32 | 37 | ||
| 33 | <TextView android:id="@+id/path" | 38 | <TextView android:id="@+id/path" |
| 34 | android:layout_width="wrap_content" | 39 | android:layout_width="wrap_content" |
