From 7b632cd2ed7162b3505a10b1520ee670fe0c8175 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 14 Feb 2021 10:03:29 +0200 Subject: [PATCH] use stock drag handle icon for profile list --- .../ic_baseline_drag_handle_24.xml | 31 +++++++++++++++++++ .../main/res/layout/profile_list_content.xml | 4 +-- 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/drawable-anydpi/ic_baseline_drag_handle_24.xml diff --git a/app/src/main/res/drawable-anydpi/ic_baseline_drag_handle_24.xml b/app/src/main/res/drawable-anydpi/ic_baseline_drag_handle_24.xml new file mode 100644 index 00000000..49e9a5eb --- /dev/null +++ b/app/src/main/res/drawable-anydpi/ic_baseline_drag_handle_24.xml @@ -0,0 +1,31 @@ + + + + + diff --git a/app/src/main/res/layout/profile_list_content.xml b/app/src/main/res/layout/profile_list_content.xml index a4584ad3..2f0d6797 100644 --- a/app/src/main/res/layout/profile_list_content.xml +++ b/app/src/main/res/layout/profile_list_content.xml @@ -1,6 +1,6 @@