摘要: private Bitmap getViewBitmap(View v) { v.clearFocus(); v.setPressed(false); boolean willNotCache = v.willNotCacheDrawing(); v.setWillNotCacheDrawing(false); // Reset the drawing cache background color to fully transparent // for the d... 阅读全文
posted @ 2013-07-05 13:50 QG_Li 阅读(244) 评论(0) 推荐(0)