I am new to android. I want to know how to set the parameters or attributes to layout x and layout y width and height from the program for any layouts like absolute.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
For button you can try like this:
you have setMargins() to which you pass the left, top, right and bottom values respectively. |
|||
|
|
|
if you set the id for you layout like this way
then you can get the layout in code like this way.
here in arg0 and arg1 you can pass the int value of you can set the below value
|
|||||
|
