aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/publish_avatar.xml
blob: 1bffb29619d53cc91a66dbbd7304c1be8b2c9a1b (plain)
1
2
3
4
5
6
7
8
<menu xmlns:android="http://schemas.android.com/apk/res/android">

    <item
        android:id="@+id/action_crop_image"
        android:showAsAction="always"
        android:icon="@drawable/ic_crop_white_24dp"
        android:title="@string/select_image_and_crop"/>
</menu>