重新设置一个activity
TheLayout.removeAllViews();?
View view = getLocalActivityManager().startActivity(id, intent).getDecorView();?
TheLayout.addView(view, new LinearLayout.LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT));?
发布时间: 2012-09-09 09:27:54 作者: rapoo
重新设置一个activity
TheLayout.removeAllViews();?
View view = getLocalActivityManager().startActivity(id, intent).getDecorView();?
TheLayout.addView(view, new LinearLayout.LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT));?