Merge "Selected border visible in light theme." into tm-qpr-dev

This commit is contained in:
Ale Nijamkin
2023-01-25 04:29:54 +00:00
committed by Android (Google) Code Review

View File

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