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
This commit is contained in:
Alejandro Nijamkin
2023-01-24 15:25:16 -08:00
parent 8027f4608d
commit a39400bfe5

View File

@@ -21,7 +21,7 @@
<item android:state_selected="true">
<shape android:shape="oval">
<stroke
android:color="@color/control_primary_text"
android:color="?android:attr/textColorPrimary"
android:width="2dp"/>
<size
android:width="@dimen/keyguard_affordance_fixed_width"