Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 492 Bytes

File metadata and controls

9 lines (6 loc) · 492 Bytes

LayoutTransitioningImageView

Sample Android app showing how to get ImageView and LayoutTransition play nicely

Nothing really special here. Most of the code is really just to get the app up and running. The only interesting part is the onSizeChanged() method in LayoutTransitioningImageView.java which shows how to get an ImageView to transition nicely.

You can find more details on my blog.