Change the default checkbox to the selected and selected pictures under Android

Source: Internet
Author: User

1. Import Checked.png and unchecked.png two photos first

2. Under Res/drawable, add selector (such as check_state.xml) files:


<?xml version= "1.0" encoding= "Utf-8"?>
<selector xmlns:android= "Http://schemas.android.com/apk/res/android" >
<item android:state_checked= "true"
android:drawable= "@drawable/checked"/>< effect!--selected
<item android:state_checked= "false"
android:drawable= "@drawable/unchecked"/><!--not selected effects--
<!--modify it to your own picture.
</selector>



3. Modify the checkbox's properties: android:button= "@drawable/check_state" custom button style

If the ******************************************************* is not displayed correctly

The system gives the checkbox a default background, just set the background of the next checkbox

=====================================================

Right and replace picture at the same time:

android:button= "@null"
android:drawableright= "@drawable/status_selector"

Change the default checkbox to the selected and selected pictures under Android

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.