I want to scroll through listview to hide titlebar

Asked 2 years ago, Updated 2 years ago, 84 views

Here's what I want to do
https://github.com/rkowase/android-bottom-navigation-custom-behavior-sample

The one in the middle is listview.

After much research,
I could easily use CoordinatorLayout and nestscrollview.
With this method, I ended up putting a listview in the scrollview.
Also, I felt that the behavior was a little strange.

Don't use scrollview, just listview
Is it possible to hide the top and bottom bars as above?

android scrollview

2022-09-30 21:31

1 Answers

By setting up a listener in ListView and detecting scrolling, I don't think it's impossible to solve it by force...


2022-09-30 21:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.