mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-10 02:58:51 -06:00
Show edit button on ShowHabitFragment
This commit is contained in:
10
app/src/main/res/menu/show_habit_fragment_menu.xml
Normal file
10
app/src/main/res/menu/show_habit_fragment_menu.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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"
|
||||
android:title="@string/edit"/>
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user