Skip to content
Snippets Groups Projects
menu_main.xml 411 B
Newer Older
<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"
Alasdair Bruce SD2018's avatar
Alasdair Bruce SD2018 committed
    tools:context="com.example.newroomapp.MainActivity">
    <item
        android:id="@+id/action_settings"
        android:orderInCategory="100"
        android:title="@string/action_settings"
        app:showAsAction="never" />
</menu>