summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-11 16:15:08 -0700
committerYorke Lee <yorkelee@google.com>2014-07-15 17:03:20 +0000
commit74edcdcac9e211d2764c1831e12ad37f84e36502 (patch)
tree6b6116d9ad860b2fe5dc55f296ec3f08fd7c0065 /res
parent434dbcc2f581619f79a691e1a39c5e69003a9d16 (diff)
Allow overflow menu to overlap overflow button
Bug: 15988764 Change-Id: Ifeffb18a76f38a558e602c9fb5f62ef9d3404ecb
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 0140db8e1..19f897e8b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -28,6 +28,7 @@
<item name="android:homeAsUpIndicator">@drawable/ic_back_arrow</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:listViewStyle">@style/ListViewStyle</item>
+ <item name="android:overlapAnchor">true</item>
<item name="activated_background">@drawable/list_item_activated_background</item>
<item name="section_header_background">@drawable/list_title_holo</item>
<item name="list_section_header_height">32dip</item>