Sid
Sid

Reputation: 1270

How to implement vertical sliding actionbar(like in the grofers app)

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

Answers (4)

Narendra Motwani
Narendra Motwani

Reputation: 1115

As per your requirement Here is sample code link.

Please check this

Upvotes: 1

Vipul Asri
Vipul Asri

Reputation: 9223

Go Through this awesome Demo Sample Code using Android Design Support Library Coordinator Layout.

image

Upvotes: 3

Jithin Sunny
Jithin Sunny

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

Chandru
Chandru

Reputation: 5962

I have found a library same for your requirement. please find the link You have to customize from that library according to your need.

Upvotes: 0

Related Questions