1. 程式人生 > >Scrollview佈局不能滿屏

Scrollview佈局不能滿屏

專案中出現在ScrollView下的控制元件加了marginBottom="xdp"後發現並不是在螢幕底端 解決: 加入fillViewPort="true"即可 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:fillViewport="true">