gpt4 book ai didi

android - 无法显示 ListView 背景渐变

转载 作者:行者123 更新时间:2023-11-29 17:55:46 26 4
gpt4 key购买 nike

我有一个 ListView ,我想要一个覆盖整个 ListView 的背景渐变。我不希望每一行都有渐变。我得到的只是一个白色背景。

mybg.xml 中的渐变代码:

<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient
android:startColor="#e6e6e6"
android:endColor="#ffffff"
android:angle="45" />
</shape>
</item>
</selector>

我的 ListView :

    <ListView
android:id="@+id/lvEvents"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:background="@drawable/mybg"
android:cacheColorHint="#00000000"
android:divider="#ffc0c0c0"
android:dividerHeight="1dp"
android:scrollingCache="true" />

最佳答案

尝试使用@null 将行 View 背景设置为透明。

关于android - 无法显示 ListView 背景渐变,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19540960/

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