Skip to content

Commit 586e5b8

Browse files
authored
Add files via upload
1 parent d70924f commit 586e5b8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<item
8+
android:id="@+id/action_open_browser"
9+
android:title="Open in Browser"
10+
android:showAsAction="never" />
11+
</menu>

0 commit comments

Comments
 (0)