gpt4 book ai didi

android - 我的自定义 ListView 项目布局不需要的边距

转载 作者:搜寻专家 更新时间:2023-11-01 08:05:45 25 4
gpt4 key购买 nike

在使用自定义 listview 项目布局时,我的左右边距有些奇怪。它们是边距(或者至少不是容器的填充),因为背景不会延伸到边缘。

在这个布局中,我使用了一个简单的垂直 LinearLayout 和一堆 textviews 和一个 progressbar。如果我切换回内置的 simple_list_item_activated_1.xml,边距就会消失。线性布局本身没有任何布局边距。我特意去掉了它的任何属性,只留下了 id、layout_width="match_parent"layout_height="wrap_content",而边距仍然存在。

这里有什么我遗漏的吗?

问题的截图可以在这里看到:

enter image description here

编辑 1: @Grishu:正如我之前所说,这些边距即使在非常简单的布局中也会出现,例如这个

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

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

</LinearLayout>

这是我凭内存输入的,所以它可能包含语法错误。但你明白了。

Edit2: 我刚刚查看了所有布局。有问题的边距是在其中一个父容器上设置的,因此它与列表项无关。抱歉垃圾邮件。

最佳答案

我在 listview 项目布局中遇到了类似的问题,它在 eclipse 的图形布局中看起来很好,我通过设置解决了它:

android:layout_margin="0dp"
android:padding="0dp"

在主要相对布局中,希望这对您有所帮助。

关于android - 我的自定义 ListView 项目布局不需要的边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14496669/

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