亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

理塘县| 灵武市| 彩票| 盐山县| 苏尼特右旗| 黄山市| 大城县| 东乌| 迁安市| 通山县| 彭阳县| 获嘉县| 深州市| 德保县| 黔西县| 怀安县| 亳州市| 即墨市| 襄城县| 泗水县| 和林格尔县| 新密市| 盘山县| 锡林郭勒盟| 垣曲县| 若羌县| 隆安县| 新沂市| 琼中| 佛山市| 都昌县| 库车县| 五华县| 乌兰察布市| 辛集市| 云龙县| 突泉县| 苍溪县| 福海县| 双鸭山市| 炎陵县|