=================================
<ScrollView xmlns:....
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scaleType="fitXY"
android:background="@drawable/welcome_bg"
android:gravity="fill_vertical|fill_horizontal">
....
....
...
</RelativeLayout>
</ScrowView>
=================================
在手機上沒這問題,在大平版上就會出現穿迷你裙的窘態這時只差一個屬性就可以了:
=================================
<ScrollView xmlns:....
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fillViewport="true">
...
....其他不必改
.....
================================
沒有留言:
張貼留言