summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xres/layout/uninstall_confirm.xml3
-rwxr-xr-xres/layout/uninstall_progress.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml
index ef88937f..32d3dadc 100755
--- a/res/layout/uninstall_confirm.xml
+++ b/res/layout/uninstall_confirm.xml
@@ -24,8 +24,7 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:background="@color/view_background">
+ android:layout_height="fill_parent">
<!-- The snippet about the application - title, icon, description. -->
<include
diff --git a/res/layout/uninstall_progress.xml b/res/layout/uninstall_progress.xml
index e6c77eef..d5fdd737 100755
--- a/res/layout/uninstall_progress.xml
+++ b/res/layout/uninstall_progress.xml
@@ -46,6 +46,9 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@color/title_background"
+ android:paddingTop="4dip"
+ android:paddingLeft="2dip"
+ android:paddingRight="2dip"
android:layout_alignParentBottom="true">
<Button
android:id="@+id/ok_button"