gpt4 book ai didi

android - 2.0.2版本的约束布局及其尺寸比属性发生了什么变化?

转载 作者:行者123 更新时间:2023-12-03 23:43:33 24 4
gpt4 key购买 nike

我有这样的 ImageView 设置

<ImageView
android:layout_width="0dp"
android:layout_height="@dimen/video_file_item_image_height"
android:background="@color/black"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="16:9"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
看起来像这样
enter image description here
但与
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
ImageView 不可见
enter image description here
更新
版本 2.0.3 它仍然没有修复,它只有在你没有设置高度的 dp 时才有效(例如你设置 wrap_content 代替)和 app:layout_constraintEnd_toEndOf=也是必需的,但它的工作方式不同,我需要在 DPI 中设置高度!它在 2.0.1 和 app:layout_constraintEnd_toEndOf= 中是这样工作的不需要设置

最佳答案

看起来这是一个已知问题:https://issuetracker.google.com/issues/170313444
推荐的解决方法是将其添加到您的 ConstraintLayout标签:

app:layout_optimizationLevel="cache_measures"

关于android - 2.0.2版本的约束布局及其尺寸比属性发生了什么变化?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64305994/

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