i'm new to andrioid here...
I need to alter the padding of one of the View (such as TextView) elements but only after i check its height. I can not simply do this in the onCreate because the layout method(s) have not run yet.
How do i override a group's or view's layout such to have access to it at the time its first calculated - such as height or number of lines etc
Thanks
I need to alter the padding of one of the View (such as TextView) elements but only after i check its height. I can not simply do this in the onCreate because the layout method(s) have not run yet.
How do i override a group's or view's layout such to have access to it at the time its first calculated - such as height or number of lines etc
Thanks