RelativeLayout issue - image overlaps ScrollView
问题 I read all the relative layout questions already posted and I guess I'm note double asking, sorry if I am. I'm trying to stick an image in the bottom of my app, and above is I have a scrollview, like this: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/RelativeLayout1"> <ScrollView android:paddingTop="180dip"