I want to have a layout that can scroll and a listview inside it. The listview will expand it\'s height base on how many items in it. Only the ScrollView outside is scrollable.
You have to just replace your with this Custom ScrollView like
try this link...https://stackoverflow.com/a/11554684/6334037
Works for me..