I want to create the following layout
- Section '1' is linear layout contains imageview and textview
- Section '2' is listview with customze items list
I want to place both components under single verticle scrollbar, means i do not want scrollbar only for listview, currently i am achieving following layout through placing things in tableview but i want functionality like listview items..