9 lines
380 B
XML
9 lines
380 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- NOTE: order is important (the first matching state(s) is what is rendered) -->
|
|
<item
|
|
android:state_checked="true"
|
|
android:drawable="@drawable/pin_code_dot_fill"/>
|
|
<item
|
|
android:drawable="@drawable/pin_code_dot_empty"/>
|
|
</selector> |