2010-08-11 12 views

Répondre

1

Vous avez besoin d'une mise en page qui correspond à la zone dans laquelle vous souhaitez placer votre activité. Jetez un oeil à this link

TheLayout.removeAllViews(); 
View view = getLocalActivityManager().startActivity(id, intent).getDecorView(); 
TheLayout.addView(view, new LinearLayout.LayoutParams(LayoutParams.FILL_PARENT, LayoutParams.FILL_PARENT)); 
Questions connexes