summaryrefslogtreecommitdiffstats
path: root/PicoLangInstallerEngGbr/res/layout/retry.xml
diff options
context:
space:
mode:
authorCharles Chen <clchen@google.com>2010-06-22 15:15:32 -0700
committerCharles Chen <clchen@google.com>2010-06-22 15:15:32 -0700
commit46960c7fc30735201659b4f8d81cc3ed5c75e54c (patch)
tree64b11663ad6bea74ebdac04a41dc5ad7a22d0117 /PicoLangInstallerEngGbr/res/layout/retry.xml
parent4119796c752cb3b6ed9b6bc3b519a27878871ed9 (diff)
downloadexternal_svox-46960c7fc30735201659b4f8d81cc3ed5c75e54c.zip
external_svox-46960c7fc30735201659b4f8d81cc3ed5c75e54c.tar.gz
external_svox-46960c7fc30735201659b4f8d81cc3ed5c75e54c.tar.bz2
Checking in the individual language pack installers.
Change-Id: I00a159eea2e80035f9607fbaacf04aca5ac8a297
Diffstat (limited to 'PicoLangInstallerEngGbr/res/layout/retry.xml')
-rwxr-xr-xPicoLangInstallerEngGbr/res/layout/retry.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/PicoLangInstallerEngGbr/res/layout/retry.xml b/PicoLangInstallerEngGbr/res/layout/retry.xml
new file mode 100755
index 0000000..0fefd3f
--- /dev/null
+++ b/PicoLangInstallerEngGbr/res/layout/retry.xml
@@ -0,0 +1,16 @@
+<?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="fill_parent">
+
+ <TextView android:paddingTop="25dip" android:paddingBottom="45dip"
+ android:layout_width="wrap_content" android:layout_height="wrap_content"
+ android:layout_gravity="center" android:text="@string/retry_message"
+ android:textSize="18sp"
+ android:textColor="?android:attr/textColorPrimary" />
+
+ <Button android:id="@+id/retryButton" android:layout_width="wrap_content"
+ android:layout_height="wrap_content" android:layout_gravity="center"
+ android:text="@string/retry" android:textSize="25sp" />
+
+</LinearLayout>