我想在特定视图上启动具有共享元素转换的新活动,同时让其他视图从底部滑入。
目前我只能实现共享元素转换部分,而其他视图只能保持不变。如何同时添加幻灯片转换?
Bundle bundle = ActivityOptionsCompat
.makeSceneTransitionAnimation(
WeekScheduleActivity.this,
v,
"trans_card"
).toBundle();
Intent intent = new Intent(WeekScheduleActivity.this, CourseDetailActivity.class);
intent.putExtra("course_object",course);
startActivity(intent, bundle);
答案 0 :(得分:0)
您需要在第二项活动中进行更改。在你的onCreate of 2nd活动中写下这个:
loginrequest.php
您可以在此处找到您想要实现的效果的实际示例: https://github.com/anshchauhan/SharedElementTransition