From e942c81ec3cd2c92b7ceaeecfeac2135d7933807 Mon Sep 17 00:00:00 2001 From: Andrey Epin Date: Tue, 28 Nov 2023 12:43:26 -0800 Subject: Fix navigation bar background for a dark theme Do not requrest nav. bar light background copatibilify for a dark theme. Fix: 309198382 Test: Enable 3-button navagation and visually verify that the navigation bar and the Chooser backgrounds match. Both light and dark system themes were checked. Change-Id: I0745f15effdaaacfda9399341a14169451dda18f --- java/res/values-night/styles.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 java/res/values-night/styles.xml (limited to 'java') diff --git a/java/res/values-night/styles.xml b/java/res/values-night/styles.xml new file mode 100644 index 00000000..95071bac --- /dev/null +++ b/java/res/values-night/styles.xml @@ -0,0 +1,22 @@ + + + + + -- cgit v1.2.3-59-g8ed1b