summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_reorder.xml
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-20 10:20:52 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-20 10:20:52 +0100
commitd76fcd0f7a6a0c38bb49838d048dde987d06089d (patch)
tree594715c4885e29c3a9d215e168816ce00ea05167 /app/src/main/res/layout/drawer_reorder.xml
parent0e8354b0c15a5fe4c7da1aeac890b56936ec1024 (diff)
Fix issue #485 - Add a delete icon on items + rename menu item
Diffstat (limited to 'app/src/main/res/layout/drawer_reorder.xml')
-rw-r--r--app/src/main/res/layout/drawer_reorder.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/layout/drawer_reorder.xml b/app/src/main/res/layout/drawer_reorder.xml
index 5603ca414..bd8002a47 100644
--- a/app/src/main/res/layout/drawer_reorder.xml
+++ b/app/src/main/res/layout/drawer_reorder.xml
@@ -29,6 +29,7 @@
android:layout_gravity="center_vertical"
android:layout_weight="1" />
+
<ImageView
android:id="@+id/hide"
android:layout_width="40dp"
@@ -40,6 +41,17 @@
tools:ignore="RtlHardcoded" />
<ImageView
+ android:id="@+id/delete"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
+ android:layout_gravity="center"
+ android:contentDescription="@string/delete_timeline"
+ android:scaleType="center"
+ android:src="@drawable/ic_baseline_delete_24"
+ android:visibility="gone"
+ tools:ignore="RtlHardcoded" />
+
+ <ImageView
android:id="@+id/handle"
android:layout_width="40dp"
android:layout_height="40dp"