How to resize the RelativeLayout or any other Layout in Android ?
Posted
by sunil
on Stack Overflow
See other posts from Stack Overflow
or by sunil
Published on 2010-04-13T09:46:29Z
Indexed on
2010/04/13
13:42 UTC
Read the original article
Hit count: 390
Hi,
I have a RelativeLayout defined in xml and I call the setContentView(R.layout.relativeLAyout) for displaying in Activity.
Now, if I want to resize this RelativeLayout then can it be done and if yes, then can someone let me know how?
The inner components can be resized relatively to the parent.
Is this actually possible?
Regards Sunil
© Stack Overflow or respective owner