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

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

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

2020-02-21 17:23:05
字體:
供稿:網(wǎng)友

在開發(fā)過程中,經(jīng)常需要使用listview來繼承baseadapter,這可以使用需求進行編寫,感興趣的話就隨武林技術(shù)頻道小編一起來了解Android中ListView的item點擊沒有反應(yīng)的解決方法吧!

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

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

屬性的值有三種:

 beforeDescendants:viewgroup會優(yōu)先其子類控件而獲取到焦點 afterDescendants:viewgroup只有當其子類控件不需要獲取焦點時才獲取焦點 blocksDescendants:viewgroup會覆蓋子類控件而直接獲得焦點<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>

效果圖:

這里寫圖片描述

上文便是武林技術(shù)頻道小編為了各位朋友整理的Android中ListView的item點擊沒有反應(yīng)的解決方法,期待上文的內(nèi)容可以為各位朋友帶來幫助。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 盐亭县| 阳原县| 简阳市| 荆门市| 长阳| 渭南市| 武威市| 临邑县| 合山市| 云林县| 封丘县| 云安县| 南宁市| 辽中县| 清水河县| 泰州市| 新巴尔虎左旗| 洪洞县| 乌苏市| 青浦区| 武宣县| 宣武区| 宜阳县| 淳化县| 奉化市| 古蔺县| 平山县| 肥乡县| 塘沽区| 舟曲县| 杭锦旗| 竹北市| 色达县| 临桂县| 当涂县| 左云县| 沁水县| 南陵县| 西华县| 瑞安市| 文登市|