完全创建屏幕上不可见的列表视图的位图。
我正在尝试创建列表视图的位图,其中整个列表视图在屏幕上不可见。我正在使用
位图 mBitmap = fullView.getDrawingCache();
创建位图。它适用于屏幕上可见的列表视图部分,但不适用于不可见的部分。我想知道是否可以创建列表视图的位图,而不必将其完全显示在屏幕上。感谢所有建议/解决方案。谢谢。
I am trying to create a bit map of a list view, where the entire listview is not visible on the screen. I am using
Bitmap mBitmap = fullView.getDrawingCache();
to create bitmap. It works fine for the part of listview that is visible on the screen but, not for the part that is not.I would like to know if a bitmap of a listview can be created without having to display it completely on the screen. All suggestions/ solutions are appreciated. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论