0
像谷歌API翻轉動畫,同時從一個活動移動到另一個機器人
http://developer.android.com/intl/es/training/animation/cardflip.html
,而不是兩個片段如何有兩個活動做做。
像谷歌API翻轉動畫,同時從一個活動移動到另一個機器人
http://developer.android.com/intl/es/training/animation/cardflip.html
,而不是兩個片段如何有兩個活動做做。
採取的鏈接相同的XML您發佈並實施使用這種方法
https://stackoverflow.com/a/5145226/2435402
startActivity(intent);
overridePendingTransition(R.anim.flip_right, R.anim.flip_left);
http://stackoverflow.com/questions/15309931/card-flip-animation-活動之間 – aiwiguna
'android:windowEnterTransition'也許這可以幫助你。這可以在styles.xml中添加 –