From a6dfd27a15228f68ca3bb96c1e585d4e3c803b13 Mon Sep 17 00:00:00 2001 From: andrewc1 Date: Fri, 18 Sep 2020 22:58:32 -0700 Subject: Convert color state lists to state list drawables for filter background colors. This eliminates an incompatibility on earlier Android OS versions (https://stackoverflow.com/questions/3953606/how-to-specify-background-color-in-color-state-list-resources) --- core/src/main/res/values/styles.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/main/res/values') diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index 972174da5..6dff2782f 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -74,7 +74,7 @@ @drawable/ic_volume_adaption_black @drawable/scrollbar_thumb_light @color/filter_dialog_clear_light - @color/filter_dialog_background_light + @drawable/filter_dialog_background_light