mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-27 15:08:00 +01:00
8 lines
286 B
XML
8 lines
286 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/about"
|
|
android:title="@string/about"
|
|
app:showAsAction="never"/>
|
|
</menu>
|