摘要: 在执行 Activity 跳转语句的下面加入:startActivity(new Intent(First.this,Next.class));overridePendingTransition(R.anim.in, R.anim.out);R.anim.in 是第二个 Activity 进入的动画<?xml version="1.0" encoding="utf-8"?><set xmlns:android="http://schemas.android.com/apk/res/android"> <t 阅读全文
posted @ 2012-03-23 14:37 FIVE5 阅读(177) 评论(0) 推荐(0) 编辑