fix actionbar icon theming

This commit is contained in:
Christian Schabesberger 2017-02-12 16:45:01 +01:00
parent 7186f58374
commit f29bd0a6e7
28 changed files with 118 additions and 125 deletions

View file

@ -5,5 +5,5 @@
<item android:id="@+id/menu_item_screen_rotation"
android:title="@string/screen_rotation"
app:showAsAction="always"
android:icon="@drawable/ic_screen_rotation_white"/>
android:icon="@drawable/ic_screen_rotation_white_24dp"/>
</menu>