mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-02-18 03:44:23 +01:00
10 lines
324 B
XML
10 lines
324 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/sort"
|
||
|
android:icon="@mipmap/sort"
|
||
|
android:title="@string/sort_by"
|
||
|
app:showAsAction="ifRoom"/>
|
||
|
</menu>
|