summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-06-17 21:40:29 -0700
committerAdam Powell <adamp@google.com>2011-06-17 21:40:29 -0700
commit632364288039a4ec92dcfc64029b1201797b107d (patch)
tree4c481bde8c4345f195b4e2ccff9b463ce5d1c16f
parentb3721b9f7dec8575bf3b2fe04496bdd201f277bc (diff)
downloadframeworks_base-632364288039a4ec92dcfc64029b1201797b107d.zip
frameworks_base-632364288039a4ec92dcfc64029b1201797b107d.tar.gz
frameworks_base-632364288039a4ec92dcfc64029b1201797b107d.tar.bz2
Holo dialog formatting
Change-Id: I6819871df9456130ec75516f8713af92c0e51750
-rw-r--r--core/res/res/layout/alert_dialog_holo.xml4
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>