开发者

Android - Replace the default Activity animation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_运维问答

Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist

Closed 9 years ago.

Improve this question

I want to add my custom animation to an activity. (Other then the default right to left slide)

Any suggestion?


Add this code in your activity:

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

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜