mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-12-03 17:57:59 +01:00
10 lines
329 B
XML
10 lines
329 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/menu_share"
|
||
|
android:icon="@mipmap/share"
|
||
|
android:title="@string/share"
|
||
|
app:showAsAction="ifRoom"/>
|
||
|
</menu>
|