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

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

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

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