Say I have created a linearlayout ( linLayBtn ) and added it to an already existing in the xml linearlayout ( linLayRow )…
linLayRow.addView(linLayBtn, linLayBtnPar);
And now I need to know the X and Y coordinates of the linLayBtn layout that I just added.
How would you do that?
1 Answer