xref: /aosp_15_r20/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/menu/my.xml (revision fc3927be90a325f95c74a9043993a80ef388dc46)
1<menu xmlns:android="http://schemas.android.com/apk/res/android"
2    xmlns:tools="http://schemas.android.com/tools"
3    tools:context=".MyActivity" >
4    <item android:id="@+id/action_settings"
5        android:title="@string/action_settings"
6        android:orderInCategory="100"
7        android:showAsAction="never" />
8</menu>
9