gpt4 book ai didi

Android: ListView 闪烁效果。关于如何摆脱这个的任何提示?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:21:34 25 4
gpt4 key购买 nike

出于某种原因,每当我滚动项目列表时, ListView 中的背景就会消失并重新出现,从而产生我并不想要的“闪烁”效果。我已经在以下位置尝试过这个建议:How to make a ListView transparent in Android?但由于某种原因它不起作用。有什么建议吗?

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/screenLayout"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/background"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:background="@color/title_background"
android:text="@string/whatsnew_title"
>
</TextView>
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
</ListView>
</LinearLayout>

最佳答案

您是否包含了 android:cacheColorHint="#00000000"?这是提议的修复中最重要的部分。我刚刚用它尝试了您的代码(显然不是精确的复制,因为您使用的是对项目特定资源的引用),它似乎可以工作。

This post on the Android Developers blog应该是您的兴趣。

关于Android: ListView 闪烁效果。关于如何摆脱这个的任何提示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1533377/

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