mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-16 10:09:19 +01:00
9 lines
347 B
XML
9 lines
347 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_help"
|
||
|
android:title="@string/label_help"
|
||
|
android:icon="@drawable/ic_help_black_24dp"
|
||
|
app:showAsAction="always"/>
|
||
|
</menu>
|