【发布时间】:2011-08-28 16:45:26
【问题描述】:
我想使用Intent从下到上显示一个activity到另一个动画。
给我一些例子,如下所示
Intent i2 = new Intent(main.this, test.class);
startActivity(i2);
动画从下到上。
【问题讨论】:
-
不投票,但那些“页面”在 Android 中称为 Activity。
-
看,这里有很多关于 SO 的帖子。 stackoverflow.com/search?q=using+animation+in+Android
标签: android animation android-activity android-intent