As far as I remember there are some internal margins in the Label. One of my suggestions would be to override measure()/updateDisplayList() and to measure/draw content (UITextField) manually using your rules. Though it's just a guess. ;)
R. On 5/22/07, Lincoln Mitchell <[EMAIL PROTECTED]> wrote:
I need to get a Label (or Text) as close as possible to an image sitting below it. Padding-bottom and height attributes only do part of the job. It's like there is a margin around the label. Any ideas? Linc

