91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android中ListView的item點擊沒有反應的解決方法

發布時間:2020-09-01 08:51:16 來源:腳本之家 閱讀:229 作者:笑對空 欄目:移動開發

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

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

屬性的值有三種:

 beforeDescendants:viewgroup會優先其子類控件而獲取到焦點
 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>

效果圖:

Android中ListView的item點擊沒有反應的解決方法

總結

以上所述是小編給大家介紹的Android中ListView的item點擊沒有反應,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

沭阳县| 漳浦县| 宝兴县| 孟州市| 顺义区| 永嘉县| 安仁县| 景洪市| 六枝特区| 南木林县| 房产| 宜州市| 巴彦县| 岫岩| 安福县| 阿瓦提县| 界首市| 普定县| 灵寿县| 胶州市| 蒙阴县| 西林县| 当雄县| 秦安县| 新和县| 山东| 金昌市| 长兴县| 乌拉特中旗| 安义县| 治县。| 峨眉山市| 柳江县| 寿宁县| 铜山县| 霸州市| 贵州省| 中宁县| 广灵县| 岳池县| 蓬莱市|