mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-20 23:28:00 +01:00
14 lines
488 B
XML
14 lines
488 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_share"
|
|
android:icon="@mipmap/share"
|
|
android:title="@string/share"
|
|
app:showAsAction="ifRoom"/>
|
|
<item
|
|
android:id="@+id/cab_delete"
|
|
android:icon="@mipmap/delete"
|
|
android:title="@string/delete"
|
|
app:showAsAction="ifRoom"/>
|
|
</menu>
|