如圖,我的布局背景不能拉伸填滿整個屏幕:
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中就好了