commit | bbda7af9d364f4afe8f64e416722d1aaa4987878 | [log] [tgz] |
---|---|---|
author | Danny Baumann <dannybaumann@web.de> | Thu Mar 17 08:49:25 2016 +0100 |
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | Wed Feb 12 20:34:20 2020 +0100 |
tree | 245aacac31fc6daa3edfc77871a46c2323b32b9d | |
parent | 91abcc6c8e510a7d4276be00e99c1ad8bb115876 [diff] |
Fix menu item highlight color. Test: m Change-Id: Ia5852a4de95ff355c6f2cd8275002d3c5cfb8370
diff --git a/res/values/styles.xml b/res/values/styles.xml index 643d044..442818d 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml
@@ -361,7 +361,7 @@ <item name="android:background">@null</item> </style> - <style name="DropDownListViewStyle"> + <style name="DropDownListViewStyle" parent="Widget.AppCompat.ListView.DropDown"> <item name="android:dividerHeight">0dp</item> </style>