aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/publish_avatar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/menu/publish_avatar.xml')
-rw-r--r--src/main/res/menu/publish_avatar.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/menu/publish_avatar.xml b/src/main/res/menu/publish_avatar.xml
new file mode 100644
index 00000000..1bffb296
--- /dev/null
+++ b/src/main/res/menu/publish_avatar.xml
@@ -0,0 +1,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> \ No newline at end of file