1. 程式人生 > >ScrollView 設定內部充滿全屏

ScrollView 設定內部充滿全屏

今天開發中 ScrollView設定match_parent, 但是我的ScrollView中所有元件都設定了android:layout_height="match_parent",但是結果依然不能擴充套件到全屏高度,

 <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fillViewport="true"
        android:scrollbars="none" >

設定
android:fillViewport="true"  解決