AndroidCompose:使用动态GridItemSpan的LazyVerticalGridDSL,是否有spanSizeLookup?
创始人
2024-10-06 20:30:45
0

目前,Compose的LazyVerticalGrid DSL不支持设置spanSizeLookup。 但是,仍然可以通过编写自定义LazyItemScope并在其中使用LayoutInfo提供所需的功能。 下面是一个包含代码示例的解决方案:

@Composable
fun  LazyVerticalGridWithDynamicSpan(
    items: List,
    spanCount: Int = 2,
    itemContent: @Composable LazyItemScope.(T) -> Unit
) {
    val lazyListState = rememberLazyListState()
    val layoutInfo = remember {
        GridLayoutInfo(
            spanCount = spanCount,
        )
    }
  
    LazyVerticalGrid(
        cells = GridCells.Adaptive(minSize = 128.dp),
        state = lazyListState,
        layoutInfo = layoutInfo,
        contentPadding = PaddingValues(8.dp)
    ) {
        items(items = items) { item ->
            DynamicSpanLazyItemScope(layoutInfo) {
                itemContent(item)
            }
        }
    }
}

// 自定义LazyItemScope,用于获取当前item所占的GridItemSpan
internal class DynamicSpanLazyItemScope(
    private val layoutInfo: GridLayoutInfo,
    content: @Composable LazyItemScope.() -> Unit
) : LazyItemScope {

    private var span: Int? = null
  
    init {
        content()
        span = span ?: layoutInfo.spanCount // 如果没有设置span,则一个item占一个GridItemSpan
    }
  
    override fun Modifier.requiredWidth(): IntPx {
        return layoutInfo.cellSize * span!! + layoutInfo.horizontalGap * (span!! - 1)
    }

    override fun Modifier.requiredHeightForWidth(width: IntPx): IntPx {
        return layoutInfo.getIntrinsicHeightForWidth(width) * span!!
    }

    override fun MeasureScope.measure(
        measurable: Measurable,
        constraints: Constraints,
        layoutDirection: LayoutDirection
    ): MeasureResult {
        val itemConstraints = Constraints(
            minWidth = layoutInfo.cellSize * span!!,
            maxWidth = layoutInfo.cellSize * span!!,
            minHeight = layoutInfo.getIntrinsicHeightForWidth(constraints.maxWidth) * span!!,

相关内容

热门资讯

透视软件!aapoker脚本,... 透视软件!aapoker脚本,wepoker如何设置透视(透视)总结教程(有挂详情)-哔哩哔哩1、下...
据了解!wpk辅助是真的吗,拱... 据了解!wpk辅助是真的吗,拱趴大菠萝辅助神器(透视)曝光教程(详细教程)-哔哩哔哩1、首先打开拱趴...
透视肯定!wepoker辅助器... 透视肯定!wepoker辅助器,aapoker怎么选牌(透视)解迷教程(真的有挂)-哔哩哔哩1、aa...
透视教程!hhpoker有透视... 透视教程!hhpoker有透视功能吗,德普之星透视辅助插件(透视)了解教程(有挂头条)-哔哩哔哩1、...
透视科技!wepokerplu... 透视科技!wepokerplus脚本,hhpoker有没有辅助(透视)开挂教程(讲解有挂)-哔哩哔哩...
记者获悉!约局吧能不能开挂,a... 您好,约局吧能不能开挂这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很多玩...
围绕透视问题!wepoker透... 围绕透视问题!wepoker透视脚本免费下载,智星德州有脚本吗(透视)透视教程(有挂方针)-哔哩哔哩...
透视辅助!wpk辅助购买,we... 您好,wepoker提高好牌率这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054...
目前来看!德普之星透视辅助插件... 目前来看!德普之星透视辅助插件,wepoker线上大神(透视)专业教程(有挂工具)-哔哩哔哩1、德普...
连日来!wepoker买脚本靠... 连日来!wepoker买脚本靠谱吗,拱趴大菠萝辅助方法(透视)透视教程(有挂神器)-哔哩哔哩1、下载...