ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What if I want to place a view between header layout and content layout

maurobanze opened this issue · comments

I want to place a floating action button between the header layout and the content view.
If not using this library, this can be easily done by having a RelativeLayout and placing the button. But with the library, header layout and content layout are separate and I'm not sure how to achieve this.

Can anyone help me please?

Thanks