I\'m trying to apply custom image to checkbox in android, for this I create an check_custom.xml file in which I define custom image for different states of chec
Copy the btn_check.xml from android-sdk/platforms/android-#/data/res/drawable to your project's drawable folder and change the 'on' and 'off' image states to your custom images.
Then your xml will just need android:button="@drawable/btn_check"
If you want to use different default android icons, you can use android:button="@android:drawable/..."