Skip to content

Commit 81bb46f

Browse files
authored
changing background color of conditions in nearby as uniform (according to chip state) (commons-app#3365)
Signed-off-by: Mudit Jain <ciphereck@gmail.com>
1 parent 3c93d80 commit 81bb46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<selector xmlns:android="http://schemas.android.com/apk/res/android">
3-
<item android:color="@color/current_marker_stroke" android:state_checked="true" />
3+
<item android:color="@color/cardview_light_background" android:state_checked="true" />
44
<item android:color="@color/cardview_light_background" />
55
</selector>

0 commit comments

Comments
 (0)