Bitmap image = Bitmap.getBitmapResource(stage+"-whatson-header_"+reslabel+".png");
    BitmapField title = new BitmapField();
    title.setBitmap(image);
    setTitle(title);

In os 5.0, below the image is a black line or border, and I have no idea what is causing it. I made sure my image does not have any transparency that may be causing a glitch.

link|improve this question

68% accept rate
The same is happening to me using a tiled background being paint from a "CustomTitleField extends Field". I get a black 4px gap between the title and the Manager in the MainScreen. – Gero Mar 25 at 19:58
is there any solution to remove the black line ? – Signare May 2 at 12:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.