2020-05-31 16:23:51 -04:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
2021-01-17 15:57:19 -05:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_history"
|
|
|
|
android:icon="@drawable/ic_history_24dp"
|
|
|
|
android:title="@string/whats_new"
|
|
|
|
app:iconTint="?attr/colorOnPrimary"
|
|
|
|
app:showAsAction="ifRoom" />
|
|
|
|
|
2020-05-31 16:23:51 -04:00
|
|
|
<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" />
|
|
|
|
|
2020-06-20 10:43:35 -04:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_open_in_settings"
|
|
|
|
android:title="@string/action_open_in_settings"
|
|
|
|
app:showAsAction="never" />
|
|
|
|
|
2020-05-31 16:23:51 -04:00
|
|
|
</menu>
|