Fix icon color on older Android versions
|
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 822 B |
BIN
app/src/main/res/drawable-hdpi/ic_action_edit_dark.png
Normal file
|
After Width: | Height: | Size: 715 B |
|
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 554 B |
BIN
app/src/main/res/drawable-mdpi/ic_action_edit_dark.png
Normal file
|
After Width: | Height: | Size: 471 B |
|
Before Width: | Height: | Size: 916 B After Width: | Height: | Size: 1.0 KiB |
BIN
app/src/main/res/drawable-xhdpi/ic_action_edit_dark.png
Normal file
|
After Width: | Height: | Size: 916 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
BIN
app/src/main/res/drawable-xxhdpi/ic_action_edit_dark.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
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>
|
||||