From 013cc53cc0181ad6335e83b475ffcb8b4325dc76 Mon Sep 17 00:00:00 2001 From: Graeme Power Date: Fri, 23 Oct 2020 20:08:23 +0200 Subject: [PATCH] Make edit image and remove image icons visible in attachments preview menu Signed-off-by: Graeme Power --- CHANGES.md | 1 + vector/src/main/res/menu/vector_attachments_preview.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3c02fdf6e8..a3d4c445ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ Improvements 🙌: - New room creation screen: set topic and avatar in the room creation form (#2078) - Add option to send with enter (#1195) - Use Hardware keyboard enter to send message (use shift-enter for new line) (#1881, #1440) + - Edit and remove icons are now visible on image attachment preview screen (#2294) Bugfix 🐛: - Messages encrypted with no way to decrypt after SDK update from 0.18 to 1.0.0 (#2252) diff --git a/vector/src/main/res/menu/vector_attachments_preview.xml b/vector/src/main/res/menu/vector_attachments_preview.xml index c3c8529b18..483bd6ccf4 100755 --- a/vector/src/main/res/menu/vector_attachments_preview.xml +++ b/vector/src/main/res/menu/vector_attachments_preview.xml @@ -8,12 +8,14 @@ android:id="@+id/attachmentsPreviewRemoveAction" android:icon="@drawable/ic_delete" android:title="@string/delete" + app:iconTint="?vctr_settings_icon_tint_color" app:showAsAction="always" />