Listview dsplaying Issue
- by raj
I am using LinearLayout to display ListView
Adding Button at the Top.
Then adding Listview bellow the button.
Problem is that Listview take the entire screen at the time of scroll.
At the time of scroll the first cell of the ListView went in the Background of the button.
Is there any solution to strict the List below the button?