gpt4 book ai didi

Android:2个 ListView 之间的间隔

转载 作者:行者123 更新时间:2023-11-30 04:11:25 34 4
gpt4 key购买 nike

如何在两个 ListView 之间添加 20px 的空间:

    <ListView
android:minWidth="25px"
android:minHeight="25px"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/listStations" />
SPACER???
<ListView
android:minWidth="25px"
android:minHeight="25px"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/listSocial" />

最佳答案

对于您可以添加的第一个 ListView

 android:layout_marginBottom="20dp"

关于Android:2个 ListView 之间的间隔,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10807527/

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