MH16
MH16

Reputation: 2356

CoordinatorLayout custom behavior at right of Toolbar with AppBarLayout

Based on this tutorial, https://github.com/saulmm/CoordinatorBehaviorExample,I am trying to create an application which have a circle image that scrolls up to the Right of Toolbar and when scrolling down goes to the middle of the expanded AppBarLayout.

How to make it move to right of Toolbar with above mentiond behaviour and animation.

enter image description here

Upvotes: 1

Views: 593

Answers (1)

Rany Albeg Wein
Rany Albeg Wein

Reputation: 3474

AppBarTranslateScaleBehavior will help you achieve such a behavior.

Upvotes: 0

Related Questions