How would one emulate the header image in Google's Newsstand app?
The effect I would like to implement is a "moving" Image where the bitmap inside the ImageView is slowly panned and zoomed.
Thanks
How would one emulate the header image in Google's Newsstand app?
The effect I would like to implement is a "moving" Image where the bitmap inside the ImageView is slowly panned and zoomed.
Thanks
I stumbled across this repo on GitHub that seems like it could be what your looking for? It is a library that provides an implementation of the ActionBar used by the newsstands app, as described in this blog post by Flavien Laurent