summaryrefslogtreecommitdiffstats
path: root/picolanginstaller/res/layout/uninstall.xml
diff options
context:
space:
mode:
Diffstat (limited to 'picolanginstaller/res/layout/uninstall.xml')
-rwxr-xr-xpicolanginstaller/res/layout/uninstall.xml10
1 files changed, 6 insertions, 4 deletions
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" />