Lets say I have a list on screen, which I always want to be usable. I also want a small image or textview to slightly overlap the listview. Is anything this possible without
You could use RelativeLayout and set for example android:layout_marginTop="-50dip" android:layout_below="@id/my_list".
RelativeLayout
android:layout_marginTop="-50dip" android:layout_below="@id/my_list"