From 977427bd4d37b171ead260c30d978e57c3632911 Mon Sep 17 00:00:00 2001 From: sowjanyakch Date: Tue, 8 Jul 2025 18:47:22 +0200 Subject: [PATCH] add circular group icons Signed-off-by: sowjanyakch --- .../ic_circle_group_mentions.xml | 28 +++++++++++++++++++ .../res/drawable/ic_circle_group_mentions.xml | 28 +++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 app/src/main/res/drawable-night/ic_circle_group_mentions.xml create mode 100644 app/src/main/res/drawable/ic_circle_group_mentions.xml diff --git a/app/src/main/res/drawable-night/ic_circle_group_mentions.xml b/app/src/main/res/drawable-night/ic_circle_group_mentions.xml new file mode 100644 index 000000000..7eb2d6d3f --- /dev/null +++ b/app/src/main/res/drawable-night/ic_circle_group_mentions.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_circle_group_mentions.xml b/app/src/main/res/drawable/ic_circle_group_mentions.xml new file mode 100644 index 000000000..4b7953994 --- /dev/null +++ b/app/src/main/res/drawable/ic_circle_group_mentions.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + \ No newline at end of file