mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-14 14:32:49 +01:00
16 lines
454 B
XML
16 lines
454 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/action_open_in_browser"
|
||
|
android:title="@string/action_open_in_browser"
|
||
|
app:showAsAction="never" />
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/action_remove"
|
||
|
android:title="@string/action_remove"
|
||
|
app:showAsAction="never" />
|
||
|
|
||
|
</menu>
|