如何绘制自定义动画作为Activity背景
我有一个标准的 Activity 及其布局,还有一个自定义的动画视图。
我希望这个视图执行一个奇特的“介绍”动画,之后显示标准活动并以动画视图作为背景。
该应用程序应与 froyo (2.2) 设备兼容。
I have a standard Activity with its layout, and I have a custom animated View.
I want this View to permorm a fancy "intro" animation, after which the standard Activity is displayed with the animated View as a background.
The application should be compatible with froyo (2.2) devices.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用框架布局并插入两个视图,一个是您的自定义视图动画,第二个将出现在顶部,这是您的正常布局。
You can use a frame layout and insert two views, one is your custom view animation and the second one which will come on top would be your normal layout.