diff options
author | Adam Powell <adamp@google.com> | 2011-06-17 21:41:08 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-17 21:41:08 -0700 |
commit | b0cd4e2e7c51dfd0ad8959dda7e1bd26fd52665d (patch) | |
tree | 749e931fec786bbb5efb1162d33b9e1ab2b016db | |
parent | f4c043c2a8f987b9b179d2269a1c0dd90d10ea16 (diff) | |
parent | 632364288039a4ec92dcfc64029b1201797b107d (diff) | |
download | frameworks_base-b0cd4e2e7c51dfd0ad8959dda7e1bd26fd52665d.zip frameworks_base-b0cd4e2e7c51dfd0ad8959dda7e1bd26fd52665d.tar.gz frameworks_base-b0cd4e2e7c51dfd0ad8959dda7e1bd26fd52665d.tar.bz2 |
Merge "Holo dialog formatting"
-rw-r--r-- | core/res/res/layout/alert_dialog_holo.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/res/res/layout/alert_dialog_holo.xml b/core/res/res/layout/alert_dialog_holo.xml index 1a3573e..2185467 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"/> </ScrollView> </LinearLayout> |