Android ListView with fixed header and footer
How can I create a ListView with fixed header and footer? I don't want the header/footer to scroll with the items in the ListView . Is it possible that the header/footer is floating over the ListView so that the header/footer dont need to have a straight bottom/top background and the ListView items scrolls below the background of the header/footer view, but still show the first element of the list? I solved it by using @blackbelt suggestion and a small ImageView with the source image being transparant with a tile background. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res