每次,我触摸视图或菜单项,导航项或屏幕上的任何内容,屏幕变黑(或更少),然后打开另一个活动或片段。我见过类似的问题(关于滚动列表),是" cacheColorHint"属性在这里工作?
答案 0 :(得分:0)
尝试将此添加到您的主题:
setInterval(function(){
$.ajax({
url: 'get_average_rating.php',
type: 'GET',
data: { 'b_id' : <?php echo $b_id ?> },
success: function(width){ // assumed width = 75 (numeric o/p)
// apply width to spanId
$("#spanId").css("width",width + "%");
}
})
},2000);
或者,在您的活动中使用Manifest ..
<item name="android:windowDisablePreview">true</item>
或者
android:theme="@android:style/Theme.Translucent"