forked from jens/Automation
6 lines
203 B
XML
6 lines
203 B
XML
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:id="@+id/menu_settings"
|
||
|
android:title="@string/menu_settings"
|
||
|
android:orderInCategory="100" />
|
||
|
</menu>
|