The latest Google Newsstand App features an ActionBar
and ViewPager
tab bar which slowly eases out the top of the screen when the list below it is scrolled down. Importantly, it eases out at the same speed the list is scrolled. When the list is scrolled upwards the ActionBar
eases back onto the screen, again at the same speed the list is scrolled.
I am not referring to the ActionBar
hide()
and show()
methods, instead I want to know how to hide and show the ActionBar at the same rate the list below it is scrolled.
How is this achieved? All attempts at finding a documented solution have proven unsuccessful so any help would be appreciated.