summaryrefslogtreecommitdiffstats
path: root/res/layout/uninstall_confirm.xml
diff options
context:
space:
mode:
authorPeter Ng <petergng@google.com>2011-10-14 17:33:46 -0700
committerPeter Ng <petergng@google.com>2011-10-17 15:58:20 -0700
commitd157dbc1b55709209daa48a5bdbd6fe62835852d (patch)
tree0b6a4a9e1a076af00326c6276aa19f82d5f30686 /res/layout/uninstall_confirm.xml
parent11a65e67245a87dfccd10c3b84c0b715f59d4ef6 (diff)
downloadandroid_packages_apps_PackageInstaller-d157dbc1b55709209daa48a5bdbd6fe62835852d.tar.gz
android_packages_apps_PackageInstaller-d157dbc1b55709209daa48a5bdbd6fe62835852d.tar.bz2
android_packages_apps_PackageInstaller-d157dbc1b55709209daa48a5bdbd6fe62835852d.zip
layout fixes and asset updates to package installer
Bug: 5361373 Change-Id: I6e5e1271013130d3bb7e6fa3acd59db5eff2cc37
Diffstat (limited to 'res/layout/uninstall_confirm.xml')
-rw-r--r--res/layout/uninstall_confirm.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml
index bd8afecc..29b23044 100644
--- a/res/layout/uninstall_confirm.xml
+++ b/res/layout/uninstall_confirm.xml
@@ -33,8 +33,8 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:orientation="vertical"
- android:paddingTop="6dip"
- android:paddingBottom="6dip">
+ android:paddingTop="8dip"
+ android:paddingBottom="8dip">
<!-- If an activity was specified, explains what package it's in. -->
<TextView
@@ -58,7 +58,8 @@
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorSecondary"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:padding="16dip" />
+ android:paddingLeft="24dip"
+ android:paddingRight="24dip" />
</LinearLayout>