summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-h720dp
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-06-14 13:37:14 -0700
committerAdam Powell <adamp@google.com>2011-06-16 18:20:54 -0700
commita93347a62ec9887862abb9d6f216906c533a8562 (patch)
treeee9cf28e93786d4ff4cc393bedc378904500bb4b /core/res/res/values-h720dp
parent46d6bcfb95525132fcfb4ec15aae0af4ec7475c5 (diff)
downloadframeworks_base-a93347a62ec9887862abb9d6f216906c533a8562.zip
frameworks_base-a93347a62ec9887862abb9d6f216906c533a8562.tar.gz
frameworks_base-a93347a62ec9887862abb9d6f216906c533a8562.tar.bz2
Dialog-o-rama!
New styling for Holo dialogs. Now 76% easier for apps to create dialog-based layouts! (Less tricky padding and margin rules) Cancelable AlertDialogs now are canceled when the user touches outside. Dialogs in landscape mode will try not to fill the width of the screen. Change-Id: I621b5a19780883ee703a8492510451b480a0b8cc
Diffstat (limited to 'core/res/res/values-h720dp')
-rw-r--r--core/res/res/values-h720dp/dimens.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/res/res/values-h720dp/dimens.xml b/core/res/res/values-h720dp/dimens.xml
index c09cb5b..37dee8e 100644
--- a/core/res/res/values-h720dp/dimens.xml
+++ b/core/res/res/values-h720dp/dimens.xml
@@ -17,8 +17,6 @@
*/
-->
<resources>
- <!-- Dialog title height -->
- <dimen name="alert_dialog_title_height">54dip</dimen>
<!-- Dialog button bar height -->
<dimen name="alert_dialog_button_bar_height">54dip</dimen>
<!-- Preference fragment padding, bottom -->