Android action bar slide-out animation with RecyclerView -


i want achieve following effect:

i have recyclerview

android:fitssystemwindows="true" android:cliptopadding="true" 

and while scrolling, actionbar should hide sliding out of screen when "hit" element of recyclerview. if being pushed out of screen recyclerview element. (so actionbar.hide() won't do). if scroll stops actionbar having been pushed halfway out, should hide completely. actionbar should reappear when scrolling down again.

all in same effect of action bar in newsstand app.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -