summaryrefslogtreecommitdiffstats
path: root/res/layout/uninstall_confirm.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/uninstall_confirm.xml')
-rwxr-xr-xres/layout/uninstall_confirm.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml
index fa600580..6e0d94d1 100755
--- a/res/layout/uninstall_confirm.xml
+++ b/res/layout/uninstall_confirm.xml
@@ -33,7 +33,6 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:orientation="vertical"
- style="@style/padded"
android:paddingTop="6dip"
android:paddingBottom="6dip">
@@ -44,7 +43,7 @@
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorSecondary"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:paddingTop="16dip"
+ style="@style/padded"
android:visibility="gone" />
<!-- The snippet (title & icon) about the application being uninstalled. -->
@@ -59,8 +58,7 @@
android:layout_height="wrap_content"
android:textColor="?android:attr/textColorSecondary"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:paddingTop="16dip"
- android:paddingBottom="16dip" />
+ android:padding="16dip" />
</LinearLayout>