OSDN Git Service

Fix bug 3343940 - Legacy dialogs should use overlay action mode UI
authorAdam Powell <adamp@google.com>
Wed, 26 Jan 2011 00:21:50 +0000 (16:21 -0800)
committerAdam Powell <adamp@google.com>
Wed, 26 Jan 2011 00:21:50 +0000 (16:21 -0800)
Change-Id: I0bb2d4cbb0639e01483f1029aa95984d4b29ffc6

core/res/res/values/themes.xml

index 1f9085e..ccdf59c 100644 (file)
         <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>