animation - Android - Animate a View's entrance -


how can animate way view first appears (transitions) onto screen? know how build animation, i'm wondering how make animation run view first drawn onto screen.

appreciate , help!

edit: view in question textview or imageview.

you can set layout attribute

android:animatelayoutchanges="true" 

in parent layout, actions changing child view visibility visible gone animated. or if need type of animation - create animation , use in correct time (for example when screen created, or action cause view appearing happened).


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -