mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-02-09 07:53:25 +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> |