From f5c2404b772bfcfa1301b938845c5aed8908cdde Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 16 Jun 2011 21:24:12 -0700 Subject: Fix layouts for both tablet and phone Change-Id: Ibb208d4586f4b52fede380acede40153f322bd49 --- res/layout/uninstall_confirm.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'res/layout/uninstall_confirm.xml') diff --git a/res/layout/uninstall_confirm.xml b/res/layout/uninstall_confirm.xml index b6b1c69b..fa600580 100755 --- a/res/layout/uninstall_confirm.xml +++ b/res/layout/uninstall_confirm.xml @@ -25,9 +25,10 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="match_parent"> + android:dividerPadding="16dip" + android:paddingTop="16dip">