Skip to content

Commit f1de9bb

Browse files
committed
fix: use proper attribute
1 parent 1a3722f commit f1de9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/drawable/selector_clickable_circle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<selector>
55
<item android:state_selected="true">
66
<shape android:shape="oval">
7-
<solid android:drawable="@color/activated_item_foreground" />
7+
<solid android:color="@color/activated_item_foreground" />
88
</shape>
99
</item>
1010
<item android:drawable="@drawable/ripple_selector_background_circle" />

0 commit comments

Comments
 (0)