Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/blackberry/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Blackberry:setTitle和图像在os 5.0中显示黑色边框_Blackberry - Fatal编程技术网

Blackberry:setTitle和图像在os 5.0中显示黑色边框

Blackberry:setTitle和图像在os 5.0中显示黑色边框,blackberry,Blackberry,在OS5.0中,图像下方是一条黑线或边框,我不知道是什么导致了它。我确保我的图像没有任何可能导致故障的透明度。使用“CustomTitleField extends”中绘制的平铺背景时,我也遇到了同样的情况。我在主屏幕上看到标题和经理之间有一个4倍的黑色间隔。有没有办法去掉这条黑线? Bitmap image = Bitmap.getBitmapResource(stage+"-whatson-header_"+reslabel+".png"); BitmapField title =

在OS5.0中,图像下方是一条黑线或边框,我不知道是什么导致了它。我确保我的图像没有任何可能导致故障的透明度。

使用“CustomTitleField extends”中绘制的平铺背景时,我也遇到了同样的情况。我在主屏幕上看到标题和经理之间有一个4倍的黑色间隔。有没有办法去掉这条黑线?
Bitmap image = Bitmap.getBitmapResource(stage+"-whatson-header_"+reslabel+".png");
    BitmapField title = new BitmapField();
    title.setBitmap(image);
    setTitle(title);