Reputation: 1270
I want to implement a layout in which the action bar is below an image. And, on sliding the screen up, the actionbar should also move up, along with the image. The action bar should then go to the topmost point of the screen and stop.
This is implemented in many apps like the grofers app.
I don't mind using an external library for the same.
Thanks.
Upvotes: 5
Views: 918
Reputation: 9223
Go Through this awesome Demo Sample Code using Android Design Support Library
Coordinator Layout.
Upvotes: 3
Reputation: 3402
Please go through this,It shows some of the important features in the new Design library:
https://github.com/chrisbanes/cheesesquare
Upvotes: 2