From 632364288039a4ec92dcfc64029b1201797b107d Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Fri, 17 Jun 2011 21:40:29 -0700 Subject: [PATCH] Holo dialog formatting Change-Id: I6819871df9456130ec75516f8713af92c0e51750 --- core/res/res/layout/alert_dialog_holo.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/res/res/layout/alert_dialog_holo.xml b/core/res/res/layout/alert_dialog_holo.xml index 1a3573ea2f5d1..21854679cd5b0 100644 --- a/core/res/res/layout/alert_dialog_holo.xml +++ b/core/res/res/layout/alert_dialog_holo.xml @@ -82,7 +82,9 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="16dip" - android:paddingRight="16dip" /> + android:paddingRight="16dip" + android:paddingTop="8dip" + android:paddingBottom="8dip"/>