summaryrefslogtreecommitdiffstats
path: root/tools/recovery_l10n/res/layout/main.xml
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-03-26 16:45:24 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-03-26 16:45:24 +0100
commit2dbd06c7ed9e753439fb2c0e17d11ca6323e5157 (patch)
tree660f8f2dcdc64c1ccaa0665463e275fe9dd16a31 /tools/recovery_l10n/res/layout/main.xml
parentMerge "Skip stashing source blocks in verify mode" (diff)
parentMove recovery_l10n here from development/tools. (diff)
downloadandroid_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.gz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.bz2
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.lz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.xz
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.tar.zst
android_bootable_recovery-2dbd06c7ed9e753439fb2c0e17d11ca6323e5157.zip
Diffstat (limited to 'tools/recovery_l10n/res/layout/main.xml')
-rw-r--r--tools/recovery_l10n/res/layout/main.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/recovery_l10n/res/layout/main.xml b/tools/recovery_l10n/res/layout/main.xml
new file mode 100644
index 000000000..0900b1102
--- /dev/null
+++ b/tools/recovery_l10n/res/layout/main.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ >
+
+ <Spinner android:id="@+id/which"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ />
+
+ <Button android:id="@+id/go"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/go"
+ />
+
+ <TextView android:id="@+id/text"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textColor="#ffffffff"
+ android:background="#ff000000"
+ android:maxWidth="480px"
+ android:gravity="center"
+ />
+
+
+</LinearLayout>
+
+