5

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.

Sid
  • 1,270
  • 2
  • 15
  • 30

4 Answers4

3

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

image

Vipul Asri
  • 8,903
  • 3
  • 46
  • 71
2

Please go through this,It shows some of the important features in the new Design library:

https://github.com/chrisbanes/cheesesquare

Jithin Sunny
  • 3,352
  • 4
  • 26
  • 42
1

As per your requirement Here is sample code link.

Please check this

Narendra Motwani
  • 1,085
  • 10
  • 20
0

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

Community
  • 1
  • 1
Chandru
  • 5,954
  • 11
  • 45
  • 85