2011-03-14 3 views
0

맞춤 애니메이션을 활동에 추가하고 싶습니다. (다른 기본 오른쪽에서 왼쪽 슬라이드)Android - 기본 활동 애니메이션 대체

어떤 제안?

+0

당신이 게시물 [http://stackoverflow.com/questions/2651360/how-to-provide-animation-when-calling-another- 봤어 activity-in-android] (http://stackoverflow.com/questions/2651360/how-to-provide-animation-when-calling-another-activity-in-android) – ingsaurabh

답변

1

당신의 활동에이 코드를 추가

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