Uriel Frankel
Uriel Frankel

Reputation: 14622

Android - RecyclerView + CollapsingToolbarLayout with Specific Start/End Height Behavior

I'm trying to implement a collapsing toolbar in my Android app with a specific behavior. I want the toolbar to:

  1. Initially start at one-third of the screen height.
  2. Collapse to 15% of the screen height when scrolled up.
  3. Expand to full screen height when scrolled down.

How can I achieve this customized collapsing behavior for the toolbar?Collapsing toolbar

Upvotes: 1

Views: 104

Answers (0)

Related Questions