gpt4 book ai didi

android - 删除 GridView 上的 FadingEdge。安卓蜂窝

转载 作者:行者123 更新时间:2023-11-29 00:30:29 24 4
gpt4 key购买 nike

我需要从我的 gridview 中移除淡化边缘。我做了一些研究,目前下面是我的 gridview 的样子,问题是没有任何效果。有什么方法可以禁用/删除/隐藏衰落边缘吗?

    <GridView
android:id="@+id/shop_grid_cart_items"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="#C4C4C4"
android:fadingEdge="none"
android:fadingEdgeLength="0px"
android:numColumns="1"
android:overScrollMode="never"
android:padding="20dp"
android:scrollbarStyle="outsideInset"
android:verticalSpacing="3dip"
android:requiresFadingEdge="none"
android:cacheColorHint="@android:color/transparent"
tools:listitem="@layout/shop_cart_grid_item" />

OnCreateView: cartItems.setVerticalFadingEdgeEnabled(false);

最佳答案

你可以试试这个:

android:overScrollMode="从不"

还有这里的答案: Is there a way to disable/edit the fading that a list view has at its edges?

关于android - 删除 GridView 上的 FadingEdge。安卓蜂窝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16103226/

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