From a39400bfe5f2e0278b88d7b553d183f689f9e30f Mon Sep 17 00:00:00 2001 From: Alejandro Nijamkin Date: Tue, 24 Jan 2023 15:25:16 -0800 Subject: [PATCH] Selected border visible in light theme. The border was not visible because it was hardcoded as white. Fix: 266351065 Test: manual verification that the border is black in light theme and white in dark theme. Change-Id: I5c00f9f52a819b1d17a9312c42dcb880db1f8230 --- .../res/drawable/keyguard_bottom_affordance_selected_border.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/res/drawable/keyguard_bottom_affordance_selected_border.xml b/packages/SystemUI/res/drawable/keyguard_bottom_affordance_selected_border.xml index acd2462dbf781..7d03b0d64b905 100644 --- a/packages/SystemUI/res/drawable/keyguard_bottom_affordance_selected_border.xml +++ b/packages/SystemUI/res/drawable/keyguard_bottom_affordance_selected_border.xml @@ -21,7 +21,7 @@