mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-10 11:08:52 -06:00
Fix icon color on older Android versions
This commit is contained in:
9
app/src/main/res/menu-v21/show_habit_fragment_menu.xml
Normal file
9
app/src/main/res/menu-v21/show_habit_fragment_menu.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_edit_habit"
|
||||
android:showAsAction="ifRoom"
|
||||
android:icon="@drawable/ic_action_edit_dark"
|
||||
android:title="@string/edit"/>
|
||||
</menu>
|
||||
Reference in New Issue
Block a user