When you click the button, it shows different effects, backgrounds

Source: Internet
Author: User

I knew how to do it long ago, but I think it's best to come down.

Under the Drawable folder, create a new file with the following contents:

<?xml version= "1.0" encoding= "Utf-8"? ><selector xmlns:android= "http://schemas.android.com/apk/res/ Android ">    <item android:drawable=" @drawable/co_2 "android:state_pressed=" true "/>    <item android:drawable= "@drawable/co_2" android:state_focused= "true"/>    <item android:drawable= "@drawable/co_ 1 "/></selector>

Then, in layout layouts, give the button: SetBackground.

Explain: Each item represents a constraint, so there are three constraints on the above file, state_pressed, state_focused, respectively, whether to press the state, to get the focus state, set the two states, click the button, the button will change the background, When not clicked, the background is: Co_1, that is, the last item without the state, indicating the background when the button is not clicked.

 

When you click the button, it shows different effects, backgrounds

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.