How to create the delay of 1 sec before set the alpha of View?
In your animation xml file you can use android:startOffset attribute: android:startOffset int. The amount of milliseconds the animation delays after start() is called.
In your animation xml file you can use android:startOffset attribute: android:startOffset int. The amount of milliseconds the animation delays after start() is called.