aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/publish_avatar.xml
blob: 39478c0a4a28e91203f90d3ad31332e5125940ca (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>