gpt4 book ai didi

Android 布局问题 - linearlayout 高度不填充 scrollview 高度

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:35:32 26 4
gpt4 key购买 nike

我有一个轻微的 android 布局问题...

我有一个包含 LinearLayout 的 ScrollView 元素。我希望 ScrollView 填满整个设备屏幕,线性布局填满 ScrollView 的整个高度。

下面的代码导致 scrollView 填满了整个屏幕,但 linearLayout 只填满了 scrollview 高度的一半。

这是我的代码:

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ff036c07">
<LinearLayout
android:background="#FF0000"
android:id="@+id/overview_form"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">


</LinearLayout>
</ScrollView>

知道我遗漏了什么吗?

最佳答案

添加
android:fillViewport="true"
到 ScrollView 。

关于Android 布局问题 - linearlayout 高度不填充 scrollview 高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18780408/

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