The use of selector in Android

Source: Internet
Author: User

Transferred from: http://blog.csdn.net/shakespeare001/article/details/7788400/

1. Create a Mylist_view.xml file

2. Edit the Mylist_view.xml file according to your specific needs

3. Referencing the Mylist_view.xml file

<?xml version= "1.0" encoding= "Utf-8"?> <selector     xmlns:android= "http://schemas.android.com/apk/res/ Android ">   <!--default background picture--      <item android:drawable=" @drawable/pic1 "/>      <!-- Background picture without focus--      <item android:state_window_focused= "false"             android:drawable= "@drawable/pic1"/>     <!--get focus in non-touch mode and click Background picture-      <item android:state_focused= "true" android:state_pressed= "true"   android:drawable= "@drawable/pic2"/>   <!--touch mode when clicked background picture--    <item android:state_focused= "False" android:state_pressed= "true"   android:drawable= "@drawable/pic3"/>    <!--selected picture background--      <item android:state_selected= "true"   android:drawable= "@drawable/pic4"/>     <!-- Get focus when picture background--      <item android:state_focused= "true"   android:drawable= "@drawable/pic5"/>     </selector>  

Specifically as the link above.

How to use selector in Android

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.