Android studio 滚动视图不是滚动的

Android studio 滚动视图不是滚动的,android-studio,android-scrollview,Android Studio,Android Scrollview,这是我的密码: ' " 当我测试我的应用程序时,尝试将其站在同一位置滚动,而不滚动。您需要在LinearLayout中添加视图,直到屏幕外我已经这样做了,使您的滚动视图匹配。\u谢谢,这很有帮助 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_heig

这是我的密码: '


"
当我测试我的应用程序时,尝试将其站在同一位置滚动,而不滚动。

您需要在
LinearLayout
中添加视图,直到屏幕外我已经这样做了,使您的
滚动视图
匹配。\u谢谢,这很有帮助
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="5000dp"
>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">