by Steren » Sun Aug 23, 2009 10:13 am
Hi,
I would not recommand doing this, but if you need it :
Basically you have to define in your code the layout in a ViewGroup (params have to be entered in ViewGroup.LayoutParams) that contains your Views
Then you attach this content to your activity by doing setContentView(myViewGroup);