首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

掏出抖动

2012-09-14 
取出抖动public class MyActivity extends Activity {? @Override? public void onAttachedToWindow() {?

取出抖动

public class MyActivity extends Activity {? @Override? public void onAttachedToWindow() {? ? super.onAttachedToWindow();? ? Window window = getWindow();? ? // Eliminates color banding? ? window.setFormat(PixelFormat.RGBA_8888);? }}

http://stuffthathappens.com/blog/2010/06/04/android-color-banding/

2.

setDither(true)

?

热点排行