diff options
| author | 2011-01-25 16:27:16 -0800 | |
|---|---|---|
| committer | 2011-01-25 16:27:16 -0800 | |
| commit | d63219f62248d067462403bed9e0539df53dd2dd (patch) | |
| tree | cc2a606c428277bf18aa397cb5831ccce0db840b | |
| parent | adc14026fbd21d5238a47f402c7b316a7aeac92e (diff) | |
| parent | 88dd01c7561f2405d7dc59bcab2bdf7cb85087fc (diff) | |
Merge "Fix bug 3343940 - Legacy dialogs should use overlay action mode UI" into honeycomb
| -rw-r--r-- | core/res/res/values/themes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml index 03eca1cc579a..ddaeb8210bc6 100644 --- a/core/res/res/values/themes.xml +++ b/core/res/res/values/themes.xml @@ -522,6 +522,7 @@ <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item> <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item> <item name="android:windowCloseOnTouchOutside">@bool/config_closeDialogWhenTouchOutside</item> + <item name="android:windowActionModeOverlay">true</item> <item name="android:colorBackgroundCacheHint">@null</item> |