I want to create the following layout:
- Section 1 is a
LinearLayout
which contains anImageView
and aTextView
- Section 2 is a
ListView
with customized row layouts.
I want to place both components under a single vertical ScrollBar
, meaning I don t want the ScrollBar
only for the ListView
. Currently I m achieving the following layout through placing things in a TableView
but I want functionality like ListView
items.