gpt4 book ai didi

android - listfragments 上的 setCacheColorHint

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

我正在使用 android 兼容库,但在使用非纯色背景的 listfragments 时遇到了一些问题。问题与描述的相同 on this link但是在 this.listView() 上调用 setCacheColorHint 没有任何效果。有人知道发生了什么事吗?

<fragment class="com.mypackage.MyFragment"
android:id="@+id/my_fragment"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

在 fragment 类中,它恰好是一个 ListFragment,我有

@Override
public void onViewCreated(View view, Bundle savedInstanceState) {

getListView().setCacheColorHint(android.R.color.transparent);
super.onViewCreated(view, savedInstanceState);
}

谢谢,

最佳答案

您需要在 onActivityCreated 方法中添加 getListView().setCacheColorHint(Color.TRANSPARENT) 而不是 onViewCreated

关于android - listfragments 上的 setCacheColorHint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8301769/

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