Can I change the Android startActivity() transition animation?

后端 未结 10 1670
臣服心动
臣服心动 2020-11-28 19:53

I am starting an activity and would rather have a alpha fade-in for startActivity(), and a fade-out for the finish(). How can I go about this in th

10条回答
  •  时光取名叫无心
    2020-11-28 20:15

    See themes on android: http://developer.android.com/guide/topics/ui/themes.html.

    Under themes.xml there should be android:windowAnimationStyle where you can see the declaration of the style in styles.xml.

    Example implementation:

    
    
    
    

提交回复
热议问题