mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 18:39:19 +01:00
12 lines
357 B
XML
12 lines
357 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/action_backup_help"
|
|
android:icon="@drawable/ic_help_24dp"
|
|
android:title="@string/label_help"
|
|
app:iconTint="?attr/colorOnSurface"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|