ExpandableHeightListView
ExpandableHeightListView copied to clipboard
Always scroll to the bottom of ScrollView
Your ListView works. But when start an activity, it always goes to the bottom of ScrollView. How can I fix this?
Sorry, it's my fault. I managed to fix it by simply adding lv.setFocus(false)
@richdyang thk, that useful to me