gpt4 book ai didi

android - 如何使用 ConstraintLayout Flow 对齐元素

转载 作者:行者123 更新时间:2023-12-04 13:11:18 28 4
gpt4 key购买 nike

我正在使用 ConstraintLayout Flow 想要创建如下布局 enter image description here
但无法使用 ConstraintLayout Flow 实现上述目标,我的布局如下
enter image description here
下面是我的代码

        <androidx.constraintlayout.helper.widget.Flow
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imgAiport"
app:constraint_referenced_ids="tvDateLbl,tvTimeLbl,tvAirlineLbl,tvDate,tvTime,imgAirlineLogo"
app:flow_wrapMode="aligned"
android:layout_margin="15dp"
app:flow_maxElementsWrap="3"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
如何使用 ConstraintLayout Flow 正确对齐元素

最佳答案

我认为这里唯一的选择是制作所有这些 TextView's到一个宽度大小与文本重力开始。

关于android - 如何使用 ConstraintLayout Flow 对齐元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64912060/

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