aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/publish_avatar.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-06-24 21:34:47 +0200
committerChristian Schneppe <christian@pix-art.de>2018-06-29 21:55:43 +0200
commitd9d40ecb4297a7ade4205d6dca411c01aa728663 (patch)
tree2853511ab2432799cbb9d2ab1a7d736e424c8e63 /src/main/res/menu/publish_avatar.xml
parent6633eedbb75d5fa85186c053aa7797b5b5458fc6 (diff)
WIP: set room avatar and slight redesign of group details
*show jid in group details (in advanced mode)
Diffstat (limited to '')
-rw-r--r--src/main/res/menu/publish_avatar.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/res/menu/publish_avatar.xml b/src/main/res/menu/publish_avatar.xml
deleted file mode 100644
index 72ceb2d17..000000000
--- a/src/main/res/menu/publish_avatar.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<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> \ No newline at end of file