diff options
author | David Walter Seikel | 2014-09-22 13:29:34 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-09-22 13:29:34 +1000 |
commit | 3ae8982fa1a851918fe5d902b42905ce0ceda87c (patch) | |
tree | f29b0b81eb94baecee90662540016912695f97d7 /res/layout | |
parent | Update README. (diff) | |
download | toyboxInstaller-3ae8982fa1a851918fe5d902b42905ce0ceda87c.zip toyboxInstaller-3ae8982fa1a851918fe5d902b42905ce0ceda87c.tar.gz toyboxInstaller-3ae8982fa1a851918fe5d902b42905ce0ceda87c.tar.bz2 toyboxInstaller-3ae8982fa1a851918fe5d902b42905ce0ceda87c.tar.xz |
Add a spinner for CPUs, plus some clean up.
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" |