2011-03-14 48 views
0

我想將我的自定義動畫添加到活動。 (其他則默認從右到左滑動)Android - 替換默認的活動動畫

任何建議?

+0

有你看了這個帖子[http://stackoverflow.com/questions/2651360/how-to-provide-animation-when-calling-another-活性功能於機器人(http://stackoverflow.com/questions/2651360/how-to-provide-animation-when-calling-another-activity-in-android) – ingsaurabh 2011-03-14 12:07:51

回答

1

您的活動添加以下代碼:

super.onCreate(savedInstanceState); 
overridePendingTransition(R.anim.pull_in_from_left, R.anim.hold); 
setContentView(R.layout.main);