Skip to content

Commit e5e0fe6

Browse files
committed
fixup! Move bears form below the mammals
1 parent 7720396 commit e5e0fe6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
android:title="@string/entry_type_mammal"
105105
android:visible="false" />
106106

107+
<item
108+
android:id="@+id/action_form_type_bears"
109+
android:title="@string/entry_type_bears"
110+
android:visible="false" />
111+
107112
<item
108113
android:id="@+id/action_form_type_invertebrates"
109114
android:title="@string/entry_type_invertebrates"
@@ -143,11 +148,6 @@
143148
android:title="@string/entry_type_bats"
144149
android:visible="false" />
145150

146-
<item
147-
android:id="@+id/action_form_type_bears"
148-
android:title="@string/entry_type_bears"
149-
android:visible="false" />
150-
151151
</group>
152152
</menu>
153153
</item>

0 commit comments

Comments
 (0)