Download this file

menu_main.xml    11 lines (10 with data), 413 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="alfred.eu.eventratingapp.MainActivity">
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:title="@string/action_settings"
app:showAsAction="never" />
</menu>