mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2025-01-03 19:17:29 +03:00
15 lines
415 B
XML
15 lines
415 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_enable_all"
|
||
|
android:title="@string/action_enable_all"
|
||
|
app:showAsAction="never" />
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/action_disable_all"
|
||
|
android:title="@string/action_disable_all"
|
||
|
app:showAsAction="never" />
|
||
|
|
||
|
</menu>
|