Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I added HorizontalFieldManager to screen with backgroundcolor and with specific width and height.And i added a labelField to hfm.But labelfield displaying at top in hfm.How can i adjust it to center.

share|improve this question
Can you provide some code? – Juanma Baiutti Aug 24 '11 at 17:13

2 Answers

up vote 0 down vote accepted

Try This

LabelField.setMargin(Hfm height/2, 15, 0, 15);

share|improve this answer

Did you try to set the style of the labelfield to LabelField.Field_HCENTER? This should work for you

share|improve this answer
Its not working – Ajay Aug 24 '11 at 16:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.