diff options
author | Charles Chen <clchen@google.com> | 2009-06-23 12:24:24 -0700 |
---|---|---|
committer | Charles Chen <clchen@google.com> | 2009-06-23 12:24:24 -0700 |
commit | 7ce72cfce1d22d657a07ae8fbe48ef2a2b5a2cf0 (patch) | |
tree | fa6aaebcfdbdc2baa8eaa9ddb53a2edaaf0944ca /picolanginstaller/res | |
parent | 3fc71a14d6c0ca80a5fbc579de14a9a7b422e5c3 (diff) | |
download | external_svox-7ce72cfce1d22d657a07ae8fbe48ef2a2b5a2cf0.zip external_svox-7ce72cfce1d22d657a07ae8fbe48ef2a2b5a2cf0.tar.gz external_svox-7ce72cfce1d22d657a07ae8fbe48ef2a2b5a2cf0.tar.bz2 |
Fixing manifest for PicoLangInstaller to use the correct SD card
permissions.
Diffstat (limited to 'picolanginstaller/res')
-rwxr-xr-x | picolanginstaller/res/layout/retry.xml | 7 | ||||
-rwxr-xr-x | picolanginstaller/res/layout/uninstall.xml | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/picolanginstaller/res/layout/retry.xml b/picolanginstaller/res/layout/retry.xml index 87eb202..0fefd3f 100755 --- a/picolanginstaller/res/layout/retry.xml +++ b/picolanginstaller/res/layout/retry.xml @@ -3,9 +3,10 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> - <TextView android:paddingTop="5dip" android:layout_width="wrap_content" - android:layout_height="wrap_content" android:layout_gravity="center" - android:text="@string/retry_message" android:textSize="18sp" + <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" diff --git a/picolanginstaller/res/layout/uninstall.xml b/picolanginstaller/res/layout/uninstall.xml index fe108a5..bc0cd11 100755 --- a/picolanginstaller/res/layout/uninstall.xml +++ b/picolanginstaller/res/layout/uninstall.xml @@ -3,12 +3,14 @@ android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> - <TextView android:paddingTop="5dip" android:layout_width="wrap_content" - android:layout_height="wrap_content" android:layout_gravity="center" - android:text="@string/uninstall_message" android:textSize="18sp" + <TextView android:paddingTop="25dip" android:paddingBottom="45dip" + android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_gravity="center" android:text="@string/uninstall_message" + android:textSize="18sp" android:textColor="?android:attr/textColorPrimary" /> - <Button android:id="@+id/uninstallButton" android:layout_width="wrap_content" + <Button android:id="@+id/uninstallButton" + android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="@string/uninstall" android:textSize="25sp" /> |