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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user