onItemClickListener不起作用解决办法(原创)

简介: 最近写了一个项目,界面使用的是帧布局,里面放置了listview显示联系人,以及右侧有对联系人的字母索引定位。 结果在对联系人listview设置onItemClickListener时,发现竟然不起作用。

  最近写了一个项目,界面使用的是帧布局,里面放置了listview显示联系人,以及右侧有对联系人的字母索引定位。

结果在对联系人listview设置onItemClickListener时,发现竟然不起作用。

  下面的是布局文件以及设置代码

<FrameLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
     android:id="@+id/contact_fl"

> <ListView android:id="@+id/contact_lv" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1.0" android:focusable="true" android:focusableInTouchMode="true" android:dividerHeight="1px" android:scrollbars="none" /> <LinearLayout android:layout_width="28dp" android:layout_height="match_parent" android:layout_gravity="right|center" android:layout_marginBottom="6dp" android:layout_marginTop="10dp" android:gravity="right" android:orientation="vertical" > <ListView android:id="@+id/contact_letter" android:layout_width="28dp" android:layout_height="match_parent" android:layout_gravity="center_horizontal" android:focusable="true" android:focusableInTouchMode="true" android:scrollbars="none" /> </LinearLayout> </FrameLayout>

    在activity中设置onItemCllickListener,
代码如下:

  lv_contact.setOnItemClickListener(new OnItemClickListener()
        {

            @Override
            public void onItemClick(AdapterView<?> parent, View view,
                    int position, long id)
            {
                Log.i("my", "onItemClick clicked");
                
            }
            
        });

  item的布局如下:

<ImageView 
android:scaleType="centerInside"
android:layout_marginLeft="12dp"
android:layout_marginTop="5dp"
android:layout_marginRight="4dp"
android:layout_marginBottom="3dp"
android:layout_width="45dp"
android:layout_height="45dp"
android:src="@drawable/ic_contact_picture"
android:id="@+id/contact_contactinfoitem_iv_photo"
/> 
  
<TextView  
android:singleLine="true"
android:ellipsize="marquee"
android:textStyle="bold"
android:marqueeRepeatLimit="marquee_forever"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_weight="1.0"
android:id="@+id/contact_contactinfoitem_tv_name"
android:text="xxx"
/> 
<TextView  
android:singleLine="true"
android:ellipsize="marquee"
android:textStyle="bold"
android:marqueeRepeatLimit="marquee_forever"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_weight="1.0"
android:id="@+id/contact_contactinfoitem_tv_phone"
android:text="xxx"
/>

 

     

 

当点击联系人listiew的时候,没有打出对应的log,非常奇怪,开始的时候还以为是设置了onTouchListener的原因,因为onTouchListener返回结果会影响是否需要继续处理屏幕事件。
   检查发现onTouchListener里面,返回结果是false,不是true,这意味着屏幕事件是继续传递处理的,不会影响到onItemClickListener的处理。

     去网上查了下发现有说  xml中有个焦点属性会影响onTouchListener,需要将其改为false

     再次检测xml文件,里面确实设置有这两个属性

android:focusable="true"
android:focusableInTouchMode="true"

这两个属性的看名字就知道到意思,
android:focusable="true"-------
       设置是否获得焦点。若有requestFocus()被调用时,后者优先处理。注意在表单中想设置某一个如EditText获取焦点,光设置这个是不行的,需要将这个EditText前面的focusable都设置为false才行。在Touch模式下获取焦点需要设置focusableInTouchMode为true

android:focusableInTouchMode="true"----

     设置在Touch模式下View是否能取得焦点。

     在xml中修改,这属性为false,运行工程,发现还是一样的onItemCllickListener不起作用,这就纠结了。

  因为赶时间,干脆在adapter中,写item的onclicklistener算了。代码如下:

  

contact_fl.setOnClickListener(new OnClickListener()
        {

            @Override
            public void onClick(View view)
            {
                Log.i("my", "onClick clicked");
                
            }
            
        });

 

       运行项目,item的点击效果有了。但是同时有新的问题出现了。在我的ontouchListener种,onkeydown事件消失了。。。。

只有onkeymove和onkeyup。

    经过分析得出结论,那就是肯定有方法或者属性,设置的时候冲突了,item的布局文件中没有button之类的空间。重点查看是否有方法或者属性使得click事件消失了

     再次到adapter中仔细检查,发现有个两个这样的方法:

@Override
    public boolean areAllItemsEnabled()
    {
        // all items are separator
        return false;
    }

    @Override
    public boolean isEnabled(int position)
    {
        // all items are separator
        return false;
    }

    查看说明:

      Returns true if the item at the specified position is not a separator. (A separator is a non-selectable, non-clickable item). The result is unspecified if position is invalid. An ArrayIndexOutOfBoundsException should be thrown in that case for fast failure.

    意思就是说,如果当前指定的位置不是一个separator--分隔符(分隔符是一个不能选中,不能点击的item),那么返回true。

    那么赶紧改为true,运行项目,效果都有了。

  成功解决。

  

 

 

 

 

 

目录
相关文章
ScrollView嵌套EditText联带滑动的解决办法
本篇文章的相关内容需结合上文:从ScrollView嵌套EditText的滑动事件冲突分析触摸事件的分发机制以及TextView的简要实现和冲突的解决办法 在说完了如何解决ScrollView嵌套EditText的滑动事件冲突之后,我们接下来说一下如何实现它们两者之间的联带滑动。
1174 0
|
4天前
|
存储 人工智能 安全
AI 越智能,数据越危险?
阿里云提供AI全栈安全能力,为客户构建全链路数据保护体系,让企业敢用、能用、放心用
|
7天前
|
域名解析 人工智能
【实操攻略】手把手教学,免费领取.CN域名
即日起至2025年12月31日,购买万小智AI建站或云·企业官网,每单可免费领1个.CN域名首年!跟我了解领取攻略吧~
|
6天前
|
数据采集 人工智能 自然语言处理
3分钟采集134篇AI文章!深度解析如何通过云无影AgentBay实现25倍并发 + LlamaIndex智能推荐
结合阿里云无影 AgentBay 云端并发采集与 LlamaIndex 智能分析,3分钟高效抓取134篇 AI Agent 文章,实现 AI 推荐、智能问答与知识沉淀,打造从数据获取到价值提炼的完整闭环。
413 93
|
23小时前
|
开发者
「玩透ESA」ESA启用和加速-ER在加速场景中的应用
本文介绍三种配置方法:通过“A鉴权”模板创建函数并设置触发器路由;在ESA上配置回源302跟随;以及自定义响应头。每步均配有详细截图指引,帮助开发者快速完成相关功能设置,提升服务安全性与灵活性。
267 2
|
7天前
|
SQL 人工智能 自然语言处理
Geo优化SOP标准化:于磊老师的“人性化Geo”体系如何助力企业获客提效46%
随着生成式AI的普及,Geo优化(Generative Engine Optimization)已成为企业获客的新战场。然而,缺乏标准化流程(Geo优化sop)导致优化效果参差不齐。本文将深入探讨Geo专家于磊老师提出的“人性化Geo”优化体系,并展示Geo优化sop标准化如何帮助企业实现获客效率提升46%的惊人效果,为企业在AI时代构建稳定的流量护城河。
405 156
Geo优化SOP标准化:于磊老师的“人性化Geo”体系如何助力企业获客提效46%