From 548582a6d2780a1918a603cb22e8d729d4caca14 Mon Sep 17 00:00:00 2001 From: Ammar Githam Date: Wed, 14 Apr 2021 01:02:42 +0900 Subject: [PATCH] Fix options menu item background in dark black theme. Fixes https://github.com/austinhuang0131/barinsta/issues/1076 --- app/src/main/res/values/themes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index a0e7a3b8..28de10d8 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -126,7 +126,7 @@ @style/Widget.Dialog.Dark.Black @style/Widget.AlertDialog.Dark.Black @style/Widget.AppCompat.CompoundButton.Switch.Dark.Black - @style/Widget.AppCompat.ListView.DropDown.Dark.Black + @style/PreferenceFragmentCompatStyle.Dark.Black @style/Widget.MaterialComponents.AppBarLayout.Primary @color/grey_600