ScrollView not playing nicely with RelativeLayout
问题 So I have a ScrollView as the highest-level in my layout...within my ScrollView I have a RelativeLayout which contains other views. The problem is that the RelativeLayout does not cover the entire layout as it should, It cuts off at about half the screen. It's width is the full width of the screen, but the height of the RelativeLayout stops where the bottom of the ImageView is. here is my layout code: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com