gpt4 book ai didi

android - 是否可以将 ConstraintLayout 放在 ScrollView 中?

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

最近,随着 Android Studio 2.2 的出现,有一个新的 ConstraintLayout 使设计变得更加容易,但与 RelativeLayoutLinearlayout 不同,我不能使用 ScrollView 包围 ConstraintLayout。这可能吗?如果有,怎么做?

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="0dp">

<android.support.constraint.ConstraintLayout
android:id="@+id/constraintLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="0dp">

<!-- Have whatever children you want inside -->

</android.support.constraint.ConstraintLayout>

</ScrollView>

最佳答案

尝试将 android:fillViewport="true" 添加到 ScrollView。

在此处找到解决方案:LinearLayout not expanding inside a ScrollView

关于android - 是否可以将 ConstraintLayout 放在 ScrollView 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37349845/

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