2017-04-12 18:39:05 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-11-29 19:17:48 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2017-04-12 18:39:05 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/temporarily_show_hidden"
|
|
|
|
android:title="@string/temporarily_show_hidden"
|
2021-11-29 19:17:48 +01:00
|
|
|
app:showAsAction="never" />
|
2017-07-01 10:04:47 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/stop_showing_hidden"
|
|
|
|
android:title="@string/stop_showing_hidden"
|
2021-11-29 19:17:48 +01:00
|
|
|
app:showAsAction="never" />
|
2017-04-12 18:39:05 +02:00
|
|
|
</menu>
|