From 958bce953d72e4432b0e277519749de64732b774 Mon Sep 17 00:00:00 2001 From: Michael W Date: Mon, 1 Jan 2024 23:28:01 +0100 Subject: [PATCH] Updater: Apply rounded edges to all AlertDialogs Change-Id: I1b7c03b46b0812218b663d18bd1940e337a66d79 --- app/src/main/res/drawable/dialog_background.xml | 12 ++++++++++++ app/src/main/res/values/styles.xml | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 app/src/main/res/drawable/dialog_background.xml diff --git a/app/src/main/res/drawable/dialog_background.xml b/app/src/main/res/drawable/dialog_background.xml new file mode 100644 index 00000000..ebc38665 --- /dev/null +++ b/app/src/main/res/drawable/dialog_background.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index c3efca45..69e9f3da 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -8,6 +8,7 @@ @bool/theme_is_light @bool/theme_is_light @color/background + @style/AppTheme.AlertDialogTheme + +