标签: blackberry
Bitmap image = Bitmap.getBitmapResource(stage+"-whatson-header_"+reslabel+".png"); BitmapField title = new BitmapField(); title.setBitmap(image); setTitle(title);
在操作系统5.0中,图像下面是黑线或边框,我不知道是什么原因造成的。我确保我的图像没有任何可能导致故障的透明度。