ExpandableHeightListView icon indicating copy to clipboard operation
ExpandableHeightListView copied to clipboard

Always scroll to the bottom of ScrollView

Open chaoyangnz opened this issue 7 years ago • 2 comments

Your ListView works. But when start an activity, it always goes to the bottom of ScrollView. How can I fix this?

chaoyangnz avatar Mar 11 '17 21:03 chaoyangnz

Sorry, it's my fault. I managed to fix it by simply adding lv.setFocus(false)

chaoyangnz avatar Mar 11 '17 22:03 chaoyangnz

@richdyang thk, that useful to me

xingstarx avatar Jan 23 '18 04:01 xingstarx