gpt4 book ai didi

android - 不是整个列表项在 ListView 中是可点击的

转载 作者:行者123 更新时间:2023-11-29 14:53:04 24 4
gpt4 key购买 nike

是的,我读了this问题。不,它没有帮助。

问题是只有我的 ListView 单元格的突出显示区域是可点击的。它是用文本填充的区域。上图看看:

enter image description here

所以当你点击圆圈区域时 - 它不会响应。

关于如何使其正常工作的任何想法???

编辑:我的列表布局:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp">

<ImageView
android:id="@+id/shoulderLogo"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_marginLeft="5dp"
android:layout_marginRight="20dp"
android:layout_marginTop="5dp">
</ImageView>

<TextView
android:id="@+id/shoulderLabel"
android:layout_width="match_parent"
android:layout_height="wrap_content">
</TextView>

</LinearLayout>

最佳答案

我很确定这是因为您的列表布局 LinearLayout 的 layout_widthwrap_content。这将导致您的行仅与其中包含的 View 一样宽。如果您将其设置为 fill_parentmatch_parent,它将扩展以填充列表的宽度。

关于android - 不是整个列表项在 ListView 中是可点击的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12645624/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com