mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
19 lines
568 B
XML
19 lines
568 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" />
|
|
|
|
<item
|
|
android:id="@+id/action_open_in_settings"
|
|
android:title="@string/action_open_in_settings"
|
|
app:showAsAction="never" />
|
|
|
|
</menu>
|