From c1de6371189fcb0d604566454f9e435bee79cbbd Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Fri, 6 Sep 2024 12:25:27 +0530 Subject: [PATCH] Created a custom svg icon for showing in donation popup. --- .../main/res/drawable/ic_donation_icon.xml | 40 +++++++++++++++++++ .../layout/layout_donation_bottom_sheet.xml | 6 +-- 2 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 core/src/main/res/drawable/ic_donation_icon.xml diff --git a/core/src/main/res/drawable/ic_donation_icon.xml b/core/src/main/res/drawable/ic_donation_icon.xml new file mode 100644 index 000000000..a3f8a1c61 --- /dev/null +++ b/core/src/main/res/drawable/ic_donation_icon.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + diff --git a/core/src/main/res/layout/layout_donation_bottom_sheet.xml b/core/src/main/res/layout/layout_donation_bottom_sheet.xml index 618609ec6..529a12e76 100644 --- a/core/src/main/res/layout/layout_donation_bottom_sheet.xml +++ b/core/src/main/res/layout/layout_donation_bottom_sheet.xml @@ -31,13 +31,13 @@