Skip to content

Commit 07b788e

Browse files
committed
TaskDetailFragment: Show edit task menu item
1 parent e08f2af commit 07b788e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/res/menu/menu_view_task.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<menu xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto">
4-
<!-- There's already a FAB to edit the task -->
54
<item
65
android:id="@+id/action_edit"
76
android:icon="@drawable/ic_edit_outline_24dp"
87
android:title="@string/menu_view_task_edit_title"
9-
android:visible="false"
108
app:showAsAction="ifRoom" />
119
<item
1210
android:id="@+id/action_mark_as_done"

0 commit comments

Comments
 (0)