我小时候有带 RelativeLayout 的 HorizontalScrollView。这是我的 xml 文件:
<?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>
输出是粉红色...但我需要白色...为什么相对布局没有填充其父级?
截屏:
带有按钮的屏幕截图: