小编Yaz*_*eeb的帖子

xml布局中的ScrollView?

我在布局中使用 ScrollView,如下所示:

 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent" >
        <!-- my rest xml code-->
    </LinearLayout>

</ScrollView>
Run Code Online (Sandbox Code Playgroud)

然后我的布局预览显示如下:

这是我的布局预览的屏幕截图

为什么布局看起来像这样?!

xml layout android scrollview

0
推荐指数
1
解决办法
5912
查看次数

标签 统计

android ×1

layout ×1

scrollview ×1

xml ×1