0
我將HorizontalScrollView與RelativeLayout作爲子項。這裏是我的xml文件:Android:HorizontalScrollView包裝它的孩子?
<?xml version="1.0" encoding="utf-8"?>
<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ff00ff"
android:scrollbars="none">
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffff" >
</RelativeLayout>
</HorizontalScrollView>
輸出粉紅色......但我需要白色的...爲什麼相對佈局不填充它的父?
截圖:
截圖帶有按鈕:
請清除烏爾闕的孩子補充的嗎? 你想要什麼輸出? – MAC
當你看這個XML時,你如何看待輸出結果?用什麼顏色屏幕? – Jim
屏幕將顯示粉紅色......現在告訴我你的輸出,你想得到什麼輸出? – MAC