summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Oren Blasberg <orenb@google.com> 2016-06-28 11:07:42 -0700
committer Oren Blasberg <orenb@google.com> 2016-06-28 12:41:30 -0700
commit0e8ce872f197bda94b72a1e194bbe6417b17decd (patch)
treee12d83cacbecdb9834d67313aafa70bf9d4027f2
parent6ec78a64583d74085a046a9bc8b265d230b4a520 (diff)
Fix popup context menu appearing brokenly.
Add missing attribute to the base Theme to ensure the context menu does not appear completely invisibly. Bug: 29796385 Change-Id: I4f50579622e97656e09a5ddb6e13313f84efc972
-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 998eea5ac9ab..a77b9512dbef 100644
--- a/core/res/res/values/themes.xml
+++ b/core/res/res/values/themes.xml
@@ -317,6 +317,7 @@ please see themes_device_defaults.xml.
<item name="activityChooserViewStyle">@style/Widget.ActivityChooserView</item>
<item name="mediaRouteButtonStyle">@style/Widget.DeviceDefault.MediaRouteButton</item>
<item name="fragmentBreadCrumbsStyle">@style/Widget.FragmentBreadCrumbs</item>
+ <item name="contextPopupMenuStyle">?attr/popupMenuStyle</item>
<!-- Preference styles -->
<item name="preferenceScreenStyle">@style/Preference.PreferenceScreen</item>