mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 11:29:19 +01:00
9 lines
311 B
XML
9 lines
311 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"/>
|
||
|
|
||
|
</menu>
|