Reputation: 291
Does anyone know how to create a fading toolbar with an image on an activity with RecyclerView
?
I've been googling everywhere and haven't found a working solution.
Upvotes: 0
Views: 624
Reputation: 2048
You can use this library.
https://github.com/ksoichiro/Android-ObservableScrollView
It is very complete and has many examples, including the one you need (Fadding toolbar).
Hope it helps you!!
Upvotes: 1