I am new to android development. I want to create a splash screen with two text views. In this splash screen I want two transitions
1) Text View 1 transition from top to center 2) text View 2 transition from bottom to center
Both transitions should be performed at the same time
how to achieve this ?
Thanks,
Creat an
xml
file in your anim folder namebottom_to_top.xml
and your oncreat you add this
and from top to bottom animation
create an
xml
file by nametop_bottom.xml
in your anim folderand place in java
Hope this helps you