mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-12-04 18:28:01 +01:00
12 lines
465 B
XML
12 lines
465 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<item
|
|
android:id="@+id/temporarily_show_hidden"
|
|
android:title="@string/temporarily_show_hidden"
|
|
app:showAsAction="never"/>
|
|
<item
|
|
android:id="@+id/stop_showing_hidden"
|
|
android:title="@string/stop_showing_hidden"
|
|
app:showAsAction="never"/>
|
|
</menu>
|