From c7ad2e84ab5f2936c0c365eede98c6e46f47d286 Mon Sep 17 00:00:00 2001 From: czlucius <58442255+czlucius@users.noreply.github.com> Date: Thu, 17 Dec 2020 22:25:00 +0800 Subject: [PATCH] Fix issue #7633 by adding button style Add `android:buttonBarButtonStyle` to `FallbackTheming.Dialog`, modifying the button style of the fallback `AlertDialog`, so that the button would not appear as invisible. Signed-off-by: thelittlefireman --- src/main/res/values/styles.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml index b6690a636657..6264f2a123a5 100644 --- a/src/main/res/values/styles.xml +++ b/src/main/res/values/styles.xml @@ -80,8 +80,15 @@ false @color/bg_default false + + @style/FallbackTheming.Dialog.ButtonStyle + +