From 84bbe67e96bb860090e1b4c2610a59562aea1c7e Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Fri, 7 May 2021 19:47:23 +0300 Subject: [PATCH] explicit pop-up background color for auto-complete text views in dark can't find a way to reference the theme-wide color for pop-up menus and the app drawer without this, the background is black, which is a problem some times because the main windows background is also black --- app/src/main/res/values-night/styles.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/src/main/res/values-night/styles.xml b/app/src/main/res/values-night/styles.xml index 2e93dd12..c34427f1 100644 --- a/app/src/main/res/values-night/styles.xml +++ b/app/src/main/res/values-night/styles.xml @@ -19,6 +19,10 @@ + +