读书人

掏出抖动

发布时间: 2012-09-14 11:53:44 作者: rapoo

取出抖动

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)

?

读书人网 >移动开发

热点推荐