Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 822 B |
After Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 554 B |
After Width: | Height: | Size: 471 B |
Before Width: | Height: | Size: 916 B After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 916 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.5 KiB |
@ -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>
|