是否可以在layout_constraintend_toendof ='parent; quord之间转换。和layout_constraintend_tostartof =&quot@id/img;根据特定条件
我将其绘制而不是XML,因此您可以理解我想要的
如果image> ImageView
不是对面屏幕1
然后我要应用此app:layout_constraint_toendof =“ parent”
内部 chipgroup ,否则请应用此app:layout_constraut_taintend_tostartof =“ @ID/imgview“
可以使用barrier
,指南
,还是其他任何东西?
我以前发表了这个问题,但没有引起任何关注,是否可以在Android中这样做?我搜索了很多东西来找到类似的问题,但我什么也没找到。
上图中的所有组件都在
CondectaintLayout
中。每个
imageView
具有不同的高度,因此某些图像将是 比其他人最高。
I drew this instead of XML so you can understand what I want
If the ImageView
was not opposite ChipGroup
like Screen 1
then I want to apply this app:layout_constraintEnd_toEndOf="parent"
inside ChipGroup
, Otherwise apply this app:layout_constraintEnd_toStartOf="@id/imgView"
Is it possible to do it using Barrier
, Guideline
, or anything else?
I published the question before but does not take any attention, Is it possible to do that in Android? I searched a lot to find similar questions but I did not find anything.
All components in the image above are inside
ConstraintLayout
.Every
ImageView
has a different height, So some images will be
tallest than others.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以使用
CondraintSet
进行程序更改View
的约束,以设置
chipgroup
结束至parent> parent
结束到设置<代码> chipgroup 结束至
imageView
开始The constraint of a
view
can be changed programatically, usingconstraintSet
To set
chipGroup
end toparent
endTo set
chipGroup
end toimageView
start