mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-21 07:37:59 +01:00
9 lines
336 B
XML
9 lines
336 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/cab_unhide"
|
|
android:icon="@drawable/ic_unhide"
|
|
android:title="@string/unhide"
|
|
app:showAsAction="ifRoom"/>
|
|
</menu>
|