liuling07 / PhotoPicker

An android library to pick photo from gallery
https://raw.githubusercontent.com/liuling07/PhotoPicker/master/sample.apk
Apache License 2.0
330 stars 131 forks source link

viewstub inflate #4

Closed AllenVork closed 8 years ago

AllenVork commented 8 years ago

i have problem in photo floder's first time animation. i use translation animation to show the viewstub list,but the first time,it just appear without any animation. the reason i find is that the view is not rendered so the animation doesn't work. but why I user ObjectAnimator.ofFloat(view...) works well?