Skip to content

Commit

Permalink
Fix colors for search in actionbar
Browse files Browse the repository at this point in the history
Follow up of #86
  • Loading branch information
ligi committed Nov 24, 2017
1 parent 9f12730 commit f1b591b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/values/styles.xml
Expand Up @@ -33,6 +33,10 @@
<item name="actionMenuTextColor">?android:textColorPrimary</item>
<!-- action menu item icon color -->
<item name="colorControlNormal">?android:textColorPrimary</item>

<item name="colorControlHighlight">?android:textColorPrimary</item>
<item name="android:textColorHint">?android:textColorPrimary</item>
<item name="android:editTextColor">?android:textColorPrimary</item>
</style>

<style name="button">
Expand Down

0 comments on commit f1b591b

Please sign in to comment.