android: 在ScrollView->relativelayout中的背景圖無法延伸涵蓋整個大螢幕!?
layout:
=================================
<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">
...
....其他不必改
.....
================================
0 個意見:
張貼留言
訂閱 張貼留言 [Atom]
<< 首頁