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
Post a Comment