码迷,mamicode.com
首页 > 其他好文 > 详细

如何让ListView中的item里面的selector生效?

时间:2014-10-22 23:23:52      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:android   http   io   ar   sp   on   问题   html   bs   

============问题描述============



<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:orientation="vertical" >



<LinearLayout

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"    

    android:orientation="vertical" 

    <!-- 此处有selector1 -->

    android:background="@drawable/selector1">

    



<TextView

    android:id="@+id/textView1"

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:text="TextView" />

    

</LinearLayout>

<LinearLayout

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"    

    android:orientation="vertical" 

    <!-- 此处有selector2 -->

    android:background="@drawable/selector2">



<TextView

    android:id="@+id/textView1"

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:text="TextView" />

    

</LinearLayout>



</LinearLayout>



如上,去掉/更换 listitem的点击时的黄色背景很简单,但是如何让selector1和selector2同时生效。各点各的,不冲突

============解决方案1============


现在是冲突?

============解决方案2============


现在有啥问题呢?
请描述

如何让ListView中的item里面的selector生效?

标签:android   http   io   ar   sp   on   问题   html   bs   

原文地址:http://www.cnblogs.com/shaochuyun57/p/4044475.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!