summaryrefslogtreecommitdiffstats
path: root/tools/recovery_l10n/res/layout/main.xml
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-03-23 05:18:58 +0100
committerElliott Hughes <enh@google.com>2016-03-26 16:45:51 +0100
commitcc79490fa83fe2dea6cbcd219751d346645ca7ec (patch)
treed7d67846b610ba695b62fefb1b60c7d923e7aa0c /tools/recovery_l10n/res/layout/main.xml
parentMerge "Skip stashing source blocks in verify mode" into nyc-dev (diff)
downloadandroid_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.gz
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.bz2
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.lz
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.xz
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.tar.zst
android_bootable_recovery-cc79490fa83fe2dea6cbcd219751d346645ca7ec.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>
+
+