From ca165ce025e36babb30fc63017c7684904c5d3db Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Tue, 19 Jul 2022 13:36:00 +0600 Subject: [PATCH 1/3] Update dialog dialog_background To update alterDialogs background corner, custom dialog_background drawable is needed. --- .../main/res/drawable/dialog_background.xml | 21 +++++++++++++++++++ app/k9mail/src/main/res/values/themes.xml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 app/k9mail/src/main/res/drawable/dialog_background.xml diff --git a/app/k9mail/src/main/res/drawable/dialog_background.xml b/app/k9mail/src/main/res/drawable/dialog_background.xml new file mode 100644 index 0000000000..f32a99f718 --- /dev/null +++ b/app/k9mail/src/main/res/drawable/dialog_background.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/app/k9mail/src/main/res/values/themes.xml b/app/k9mail/src/main/res/values/themes.xml index 5a61f29260..543cf60756 100644 --- a/app/k9mail/src/main/res/values/themes.xml +++ b/app/k9mail/src/main/res/values/themes.xml @@ -5,7 +5,7 @@