Current location - Quotes Website - Signature design - How to set the animation effect in res in android studdio?
How to set the animation effect in res in android studdio?
Create a new anim folder under the project res file directory, and create a new start_animation.xml file in it, which is used to define the order of animation playing pictures and the display time of each picture. Adding the android:oneshot="true "attribute here will stay in the last frame.