news-android/res/drawable/checkbox_background.xml
2013-06-08 08:34:21 +02:00

11 lines
No EOL
526 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/btn_rating_star_off_normal_holo_light" />
<item android:state_checked="true" android:drawable="@drawable/btn_rating_star_on_normal_holo_light" /> -->
<item android:state_checked="false" android:drawable="@android:drawable/star_off" />
<item android:state_checked="true" android:drawable="@android:drawable/star_on" />
</selector>