summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/app_menu.xml
blob: c4cf396421eb171d3694fba07f9fe3da1680d781 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android">

    <item android:id="@+id/actionShare"
          android:title="@string/actionShare"
          android:icon="@drawable/ic_share_24dp"
          app:showAsAction="ifRoom"/>
</menu>