mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-09 17:57:13 +01:00
33b3be0d0e
Aligns with TachiyomiJ2K.
22 lines
639 B
XML
22 lines
639 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_history"
|
|
android:icon="@drawable/ic_history_24dp"
|
|
android:title="@string/whats_new"
|
|
app:iconTint="?attr/colorOnToolbar"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
<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>
|