对比图
正常
切换应用或者锁屏过久的时候
代码[code]var contentText = Common.newUi('Label');
contentText.text = value;
contentText.color = '#fff';
// contentText.bgColor = '#141111';
contentText.padding = '0,20,0,20';
contentText.leading = '6';
contentText.fontSize = fontSize+2;
contentText.valign = 'middle';
contentText.height = 0;
contentText.wordWrap = true;
contentText.width = parseInt(trueWidth*0.9);
contentBox.width = parseInt(trueWidth*0.9);
contentBox.height = contentText.height+20;[/code]