From 886485a472ae81eeeffba07a00bf8fb1a54d8c35 Mon Sep 17 00:00:00 2001
From: zbue <108109611+zbue@users.noreply.github.com>
Date: Sun, 15 Jan 2023 06:00:19 +0800
Subject: [PATCH] Make androidx.preference dialog match M3 dialog (#8909)
(cherry picked from commit e7937fe562f9b5e718b4353e20f28fbe82f0b8d7)
---
.../res/drawable/material_popup_background.xml | 15 +++++++++++++++
app/src/main/res/values/styles.xml | 4 +---
2 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 app/src/main/res/drawable/material_popup_background.xml
diff --git a/app/src/main/res/drawable/material_popup_background.xml b/app/src/main/res/drawable/material_popup_background.xml
new file mode 100644
index 000000000..09987c415
--- /dev/null
+++ b/app/src/main/res/drawable/material_popup_background.xml
@@ -0,0 +1,15 @@
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index b01f18dba..d12aad339 100755
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -14,10 +14,8 @@