Set List View Size Android
- by Sandeep
Hello ,
I am using List View in my project where i have used a xml file which is used to create the list item.Then i have used it programmatically in my class which is extended by ListActivity.
But the problem is i have to add a button in the bottom of screen which is not related to list view but List view covers all the screen.
So,is there any way…