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.