在我使用过的 android 应用程序中flexbox-layout
。
我正在将按钮动态添加到flexbox
.
我需要知道当前渲染了多少行(创建了多少行 flexbox 来显示按钮)
这是我的flexbox-layout
:
<com.google.android.flexbox.FlexboxLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/filterActivity_tags_container"
app:flexWrap="wrap"
app:justifyContent="flex_end" />