如何在单击按钮时滑入和滑出 Activity?
我想滑入和滑出按钮单击事件的活动。
I want to slide-in and slide-out the activity on button click event.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想滑入和滑出按钮单击事件的活动。
I want to slide-in and slide-out the activity on button click event.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
从 2.1 开始你就会这样做。首先,您将从 api demos 下载 anim 文件夹。然后像下面这样对每个意图进行应用。
from 2.1 onwords you will do that. First you will download anim folder from api demos. Then apply like below for every intent.
您可以使用 android.widget.ViewFlipper: http://developer.android.com/参考/android/widget/ViewFlipper.html
简单例子:
http://r00tsecurity.org/forums/topic/12057-android-viewflipper-示例/
希望有帮助
you can use android.widget.ViewFlipper: http://developer.android.com/reference/android/widget/ViewFlipper.html
Simple example:
http://r00tsecurity.org/forums/topic/12057-android-viewflipper-example/
Hope it helps
试试这个,
使用 viewflipper 你可以做到这一点。
Try this,
With viewflipper u can do this.
以下代码对我有用:
A-> B(B 将滑入)
在活动 B 上:
B -> A(B会滑出)
单击 B 的按钮:
The following codes worked for me:
A -> B (B will slide in)
On activity B:
B -> A (B will slide out)
on clicked a button of B: