We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70924f commit 586e5b8Copy full SHA for 586e5b8
1 file changed
main/src/main/res/menu/menu_preview.xml
@@ -0,0 +1,11 @@
1
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <item
3
+ android:id="@+id/action_toggle_mode"
4
+ android:title="Switch to Desktop"
5
+ android:showAsAction="never" />
6
+
7
8
+ android:id="@+id/action_open_browser"
9
+ android:title="Open in Browser"
10
11
+</menu>
0 commit comments