Hi guys.
How to change the size of LinearLayout when it is runtime ?
I've set the size dynamically when it is runtime. But no luck. Didn't change the size of LinearLayout.
How to code it ?
Thanks in advance.
Hi guys.
How to change the size of LinearLayout when it is runtime ?
I've set the size dynamically when it is runtime. But no luck. Didn't change the size of LinearLayout.
How to code it ?
Thanks in advance.
The size is determined by the LayoutParams connecting the LinearLayout with its parent.