I have a layout requirement like below,
Textview
TextView
ListView
Edit Text
Button
Since listview cannot fit in landscape, I want to have list view onwards (ie. listview, edittext and button) to be a scroll view.
I know listview cannot be used inside a scrollview, but is there a way to do that ?
Any working example will be appreciated.
The better solution for this kind of layout is that You should use relative layout and fix ur
EditTextandButtonat the bottom of ur screen like i have in my list view(see the image below) so that you wont need to addScrollViewin ur layout.