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

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