gpt4 book ai didi

android - 如何在 Android 中执行 FlowLayout 之类的操作?

转载 作者:IT老高 更新时间:2023-10-28 13:06:57 27 4
gpt4 key购买 nike

如何在 Android 中执行类似 FlowLayout 的操作?

最佳答案

您应该使用带有 flexWrap="wrap" 属性的 FlexboxLayout

<com.google.android.flexbox.FlexboxLayout 
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:flexWrap="wrap">

<!-- contents go here -->

</com.google.android.flexbox.FlexboxLayout>

有关构建说明,请参阅 the github repo.

implementation 'com.google.android:flexbox:2.0.1'

visual representation of FlexboxLayout更多关于这个 - https://android-developers.googleblog.com/2017/02/build-flexible-layouts-with.html

关于android - 如何在 Android 中执行 FlowLayout 之类的操作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4474237/

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