summaryrefslogtreecommitdiffstats
path: root/res/layout/uninstall_confirm.xml
diff options
context:
space:
mode:
authorPeter Ng <petergng@google.com>2011-10-17 17:33:41 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-17 17:33:41 -0700
commit7a60be992abcbddc20a5e33e2c0a24d732e9a7cc (patch)
tree4ba0c91f770511ceeaa5f919d8cee2f9c88ffb3b /res/layout/uninstall_confirm.xml
parentdf6b983ae3dad8914626e0aa9c7322d52557427f (diff)
parentd157dbc1b55709209daa48a5bdbd6fe62835852d (diff)
downloadandroid_packages_apps_PackageInstaller-7a60be992abcbddc20a5e33e2c0a24d732e9a7cc.tar.gz
android_packages_apps_PackageInstaller-7a60be992abcbddc20a5e33e2c0a24d732e9a7cc.tar.bz2
android_packages_apps_PackageInstaller-7a60be992abcbddc20a5e33e2c0a24d732e9a7cc.zip
Merge "layout fixes and asset updates to package installer" into ics-mr0
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>