We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08f2af commit 07b788eCopy full SHA for 07b788e
app/src/main/res/menu/menu_view_task.xml
@@ -1,12 +1,10 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<menu xmlns:android="http://schemas.android.com/apk/res/android"
3
xmlns:app="http://schemas.android.com/apk/res-auto">
4
- <!-- There's already a FAB to edit the task -->
5
<item
6
android:id="@+id/action_edit"
7
android:icon="@drawable/ic_edit_outline_24dp"
8
android:title="@string/menu_view_task_edit_title"
9
- android:visible="false"
10
app:showAsAction="ifRoom" />
11
12
android:id="@+id/action_mark_as_done"
0 commit comments