We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7720396 commit e5e0fe6Copy full SHA for e5e0fe6
app/src/main/res/menu/monitoring.xml
@@ -104,6 +104,11 @@
104
android:title="@string/entry_type_mammal"
105
android:visible="false" />
106
107
+ <item
108
+ android:id="@+id/action_form_type_bears"
109
+ android:title="@string/entry_type_bears"
110
+ android:visible="false" />
111
+
112
<item
113
android:id="@+id/action_form_type_invertebrates"
114
android:title="@string/entry_type_invertebrates"
@@ -143,11 +148,6 @@
143
148
android:title="@string/entry_type_bats"
144
149
145
150
146
- <item
147
- android:id="@+id/action_form_type_bears"
- android:title="@string/entry_type_bears"
- android:visible="false" />
-
151
</group>
152
</menu>
153
</item>
0 commit comments