分享

Android ListView中的onItemClick事件无响应

 homelink 2013-03-27
因为在TextView中设置了android:textIsSelectable="true",导致它在4.2下点击进,onItemClick事件无影响。但在2.2下正常。


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

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:orientation="horizontal">

    <TextView

        android:textIsSelectable="false"

        android:id="@+id/location_item_addr"

        android:layout_width="match_parent"

       android:gravity="left|center_vertical"

        android:layout_height="45dip"

        android:paddingLeft="5dip"

        android:singleLine="true"

        android:ellipsize="end"

        android:textSize="20sp"/>

</LinearLayout>

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多