Momo1199 2013-06-06 08:22 采纳率: 0%
浏览 10314
已采纳

相对布局背景不能拉伸填满整个屏幕

如图,我的布局背景不能拉伸填满整个屏幕:

CSDN移动问答

XML文件如下:

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#CACACA"
android:orientation="vertical" >
  • 写回答

1条回答 默认 最新

  • 码密码密哄 2013-06-06 08:37
    关注

    android:background="#CACACA" 写在ScrollView中就好了

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?