gpt4 book ai didi

android - 如何将分隔符放在 Android ListView 中的特定位置

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:28:08 26 4
gpt4 key购买 nike

我需要制作一个 ListView ,我希望在其中的某个位置有一个分隔符,而不是在每个列表项之后。我正在使用自定义 ListView 。

这个问题有解决办法吗?

最佳答案

你可以在列表适配器类中使用这个 xml 文件,例如

ItemsAdapter ItemsAdapter = new ItemsAdapter(EnterpriseFertilisersScreen.this,
R.layout.list, Constant.FERTILIZERMANAGERARRAY);

R.layout."below xml file "和 user 为更深的白色。


<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="2dp"

android:background="@color/list_bg" >

<TextView
android:id="@+id/post"
android:layout_width="wrap_content"
android:layout_height="50dp"
android:layout_marginLeft="7dp"
android:layout_toRightOf="@+id/bite_image"
android:gravity="center_vertical"
android:textColor="@android:color/white"
android:textSize="20sp" />

</RelativeLayout>

如果您有其他问题,请随时询问..

关于android - 如何将分隔符放在 Android ListView 中的特定位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9953892/

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