I want to place a button at the bottom of my view (under the ExpandableListView) and the when the button is clicked, it should scroll to the top of the view. Is this possible?
Try putting the following line in the onClick for that bottom button
yourScrollView.fullScroll(ScrollView.FOCUS_UP);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With