0

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.

Konrad Krakowiak
  • 12,285
  • 11
  • 58
  • 45
spongyboss
  • 291
  • 2
  • 4
  • 14
  • http://stackoverflow.com/questions/25424818/how-to-make-a-actionbar-like-google-play-that-fades-in-when-scrolling might help – An SO User Jun 03 '15 at 07:25

1 Answers1

1

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!!