用RelativeLaout,
你可以这样:图片的位置就专门设一个RelativeLaout,
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="drawable/a.png"/>
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="drawable/b.png"/>
a是底成图片,b是上层...