国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統(tǒng) > Android > 正文

Android中ListView的item點(diǎn)擊沒有反應(yīng)的解決方法

2019-10-22 18:24:31
字體:
供稿:網(wǎng)友

如果stu_item.xml里面包括button或者checkbox等控件,默認(rèn)情況下list的item會失去焦點(diǎn),導(dǎo)致無法響應(yīng)item的事件,最常用的解決辦法是在stu_item.xml的布局文件中設(shè)置descendantFocusability屬性。

該屬性是當(dāng)一個為view獲取焦點(diǎn)時,定義viewGroup和其子控件兩者之間的關(guān)系。

屬性的值有三種:

 beforeDescendants:viewgroup會優(yōu)先其子類控件而獲取到焦點(diǎn) afterDescendants:viewgroup只有當(dāng)其子類控件不需要獲取焦點(diǎn)時才獲取焦點(diǎn) blocksDescendants:viewgroup會覆蓋子類控件而直接獲得焦點(diǎn)<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="50dp" android:orientation="horizontal" android:descendantFocusability="blocksDescendants"><!--添加這個屬性-->  <ImageView  android:id="@+id/img_head"  android:layout_width="50dp"  android:layout_height="50dp"  android:src="@drawable/dog2"  android:scaleType="centerCrop"  android:layout_marginRight="5dp"/> <TextView  android:layout_width="0dp"  android:layout_weight="1"  android:layout_height="wrap_content"  android:layout_gravity="center_vertical"  android:id="@+id/tv_name"/> <TextView  android:layout_width="0dp"  android:layout_weight="1"  android:layout_height="wrap_content"  android:layout_gravity="center_vertical"  android:id="@+id/tv_age"/> <Button  android:id="@+id/btn_delete"  android:layout_width="wrap_content"  android:layout_height="wrap_content"  android:layout_gravity="right"  android:text="刪除"  android:textColor="#ffffff"  android:background="#ff0000"  /></LinearLayout>

效果圖:

android,listview,item

總結(jié)

以上所述是小編給大家介紹的Android中ListView的item點(diǎn)擊沒有反應(yīng),希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復(fù)大家的。在此也非常感謝大家對VEVB武林網(wǎng)網(wǎng)站的支持!


注:相關(guān)教程知識閱讀請移步到Android開發(fā)頻道。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 安岳县| 忻城县| 陆丰市| 环江| 微博| 哈尔滨市| 涞源县| 崇州市| 商河县| 子洲县| 澄迈县| 平南县| 正定县| 冀州市| 象山县| 诏安县| 陆河县| 上虞市| 梁山县| 昌吉市| 永嘉县| 华池县| 翼城县| 蒲江县| 元谋县| 合阳县| 黑龙江省| 林芝县| 敦煌市| 定日县| 龙陵县| 洪洞县| 甘泉县| 利津县| 曲阳县| 合肥市| 张家口市| 蛟河市| 新兴县| 中西区| 阿克陶县|