mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
7 lines
No EOL
300 B
XML
7 lines
No EOL
300 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
<item android:state_checked="false"
|
|
android:drawable="@drawable/checkbox_unchecked"/>
|
|
<item android:state_checked="true"
|
|
android:drawable="@drawable/checkbox_checked"/>
|
|
</selector> |