gpt4 book ai didi

Android ListView 分隔线每两行不同

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

所以我有一个 divider.xml

<?xml version="1.0" encoding="utf-8" ?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/red"/>
</shape>

我的 View 看起来像这样:

 <LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Mvx.MvxListView
android:id="@+id/suppliersListView"
android:divider="@drawable/divider"
android:scrollbars="vertical"
android:choiceMode="singleChoice"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="left|start"
local:MvxItemTemplate="@layout/item_supplier"
local:MvxBind="ItemsSource ReceptionSuppliersList; ItemClick ReceptionBasicInformationSelectCommand"/>
</LinearLayout>

在@layout/item_supplier 中我没有红色样式属性。

enter image description here

因此,当我运行 View 时,它显示如下,我的第 2、4 等...行比第 1 和第 2 元素之间的行更突出显示。

有什么想法吗?

最佳答案

这是模拟器的典型行为。在绘制线条或点等微小对象时,一些像素会丢失。

在真实设备上启动您的应用,它应该可以正常运行。

关于Android ListView 分隔线每两行不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42135153/

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