summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adam Powell <adamp@google.com> 2011-01-25 16:27:16 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2011-01-25 16:27:16 -0800
commitd63219f62248d067462403bed9e0539df53dd2dd (patch)
treecc2a606c428277bf18aa397cb5831ccce0db840b
parentadc14026fbd21d5238a47f402c7b316a7aeac92e (diff)
parent88dd01c7561f2405d7dc59bcab2bdf7cb85087fc (diff)
Merge "Fix bug 3343940 - Legacy dialogs should use overlay action mode UI" into honeycomb
-rw-r--r--core/res/res/values/themes.xml1
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>