For example I want to add 3 button on screen one align left, one align center, last one align right
How can I set their layout in code, not in XML?
|
For example I want to add 3 button on screen one align left, one align center, last one align right How can I set their layout in code, not in XML? |
||||
|
|
|
Just a basic example:
As you can see, this is what you have to do:
|
|||||||||
|
|
||||
|
|
|
Something like this..
|
|||
|
|
|
How about you just pull the layout params from the view itself if you created it.
|
||||
|
|