i am trying to implement ListView. Problem is that when i am showing items of list less that the scree size the remaining is showing black. I want to set any image so that when items are less than screen size then background should be a picture
Share
put your
<ListView />inside<LinearLayout/>,add background to Linear layout, with LL Height as match_parent and hieght of Listview as wrap_content