Reputation: 825
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
Upvotes: 1
Views: 2647
Reputation: 2026
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
Upvotes: 4