中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

桐乡市| 永春县| 英山县| 湟源县| 河津市| 克拉玛依市| 共和县| 松滋市| 新平| 彭泽县| 定襄县| 崇州市| 余江县| 涪陵区| 新和县| 东辽县| 建宁县| 微山县| 永胜县| 仁布县| 汉阴县| 石河子市| 大石桥市| 尤溪县| 漳浦县| 徐水县| 普洱| 普宁市| 英山县| 牡丹江市| 宁海县| 昌黎县| 古浪县| 汝州市| 双江| 老河口市| 金湖县| 潼南县| 基隆市| 农安县| 东源县|