summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-01-04 15:25:03 -0800
committerRomain Guy <romainguy@android.com>2010-01-04 15:25:03 -0800
commit6859d6793babbcc521d839e970b9e7fe3acc4100 (patch)
tree5d34280b5fb8496ae22498120d00dd93d20adb7b
parente5b302e769d40fb605f0cf2a7eff7cc5f5c28d34 (diff)
downloadandroid_packages_apps_PackageInstaller-6859d6793babbcc521d839e970b9e7fe3acc4100.tar.gz
android_packages_apps_PackageInstaller-6859d6793babbcc521d839e970b9e7fe3acc4100.tar.bz2
android_packages_apps_PackageInstaller-6859d6793babbcc521d839e970b9e7fe3acc4100.zip
Fit and finish: fix background color and padding in apps uninstaller.
-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"