gitignore & init
This commit is contained in:
7
app/src/main/res/drawable/lock_checkbox.xml
Normal file
7
app/src/main/res/drawable/lock_checkbox.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@drawable/unlocked" android:state_checked="false" />
|
||||
<item android:drawable="@drawable/locked_fill" android:state_checked="true" />
|
||||
|
||||
</selector>
|
Reference in New Issue
Block a user