首页 > 解决方案 > ScrollView 不滚动

问题描述

这是我的代码:'

<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">

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

标签: android-studioandroid-scrollview

解决方案


推荐阅读