summaryrefslogtreecommitdiffstats
path: root/res/layout/uninstall_confirm.xml
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-01-26 12:58:14 -0800
committerKenny Root <kroot@google.com>2011-01-26 14:13:31 -0800
commit123499b4aa68cc9711fe5bfac8632b57e03eea44 (patch)
tree58e905eef3b789766a777014a0047517aabaa5eb /res/layout/uninstall_confirm.xml
parent8c6dfd8b11954ac6ab7a85b3db45cbcc7e9d8b42 (diff)
downloadandroid_packages_apps_PackageInstaller-123499b4aa68cc9711fe5bfac8632b57e03eea44.tar.gz
android_packages_apps_PackageInstaller-123499b4aa68cc9711fe5bfac8632b57e03eea44.tar.bz2
android_packages_apps_PackageInstaller-123499b4aa68cc9711fe5bfac8632b57e03eea44.zip
Do not clip icon on install screen
Bug: 3385827 Change-Id: Ib7014f1377ca9fc470c333541d183f7dbd394de8
Diffstat (limited to 'res/layout/uninstall_confirm.xml')
-rwxr-xr-xres/layout/uninstall_confirm.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml
index 4b273964..b6b1c69b 100755
--- a/res/layout/uninstall_confirm.xml
+++ b/res/layout/uninstall_confirm.xml
@@ -23,7 +23,6 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/padded"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -33,6 +32,7 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:orientation="vertical"
+ style="@style/padded"
android:paddingTop="6dip"
android:paddingBottom="6dip">
@@ -44,8 +44,6 @@
android:textColor="?android:attr/textColorSecondary"
android:textAppearance="?android:attr/textAppearanceMedium"
android:paddingTop="16dip"
- android:paddingLeft="6dip"
- android:paddingRight="6dip"
android:visibility="gone" />
<!-- The snippet (title & icon) about the application being uninstalled. -->
@@ -61,8 +59,6 @@
android:textColor="?android:attr/textColorSecondary"
android:textAppearance="?android:attr/textAppearanceMedium"
android:paddingTop="16dip"
- android:paddingLeft="6dip"
- android:paddingRight="6dip"
android:paddingBottom="16dip" />
</LinearLayout>