summaryrefslogtreecommitdiffstats
path: root/res/layout/uninstall_progress.xml
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 /res/layout/uninstall_progress.xml
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.
Diffstat (limited to 'res/layout/uninstall_progress.xml')
-rwxr-xr-xres/layout/uninstall_progress.xml3
1 files changed, 3 insertions, 0 deletions
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"