gpt4 book ai didi

android - NestedScrollView 内的子级未覆盖整个屏幕高度

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

我在我的 fragment 中使用 NestedScrollView。在我的 xml 中的 RelativeLayout 但它没有覆盖整个屏幕高度。

下面是我的代码 -

<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:fitsSystemWindows="true"
android:background="@color/black"
android:layout_width="match_parent"
android:layout_height="match_parent">

<RelativeLayout
android:background="@color/red_error_color"
android:layout_width="match_parent"
android:layout_height="match_parent">


</RelativeLayout>
</android.support.v4.widget.NestedScrollView>

运行代码时,只有黑色背景可见,但不红色,因为我的 subview 背景为红色。

提前致谢

最佳答案

尝试在你的nestedscrollview上添加这行代码

android:fillViewport="true"
app:layout_behavior="@string/appbar_scrolling_view_behavior"

删除:

android:fitsSystemWindows="true"

关于android - NestedScrollView 内的子级未覆盖整个屏幕高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42996723/

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