DetailActivity.java 文件源码

java
阅读 25 收藏 0 点赞 0 评论 0

项目:ZhidaoDaily-android 作者:
private Bitmap captureWebViewall(WebView webView) {
    Picture snapShot = webView.capturePicture();
    Bitmap bmp = Bitmap.createBitmap(snapShot.getWidth(),
            snapShot.getHeight(), Bitmap.Config.ARGB_8888);
    Canvas canvas = new Canvas(bmp);
    snapShot.draw(canvas);
    return bmp;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号