I've got an ExpandableListView and would like to write
the full view to a bitmap - not just a screenful.

i.e. if the view has a 100 entries - write it out to a long bitmap.

I'm using listview.draw(canvas) and it's set to a long/tall bitmap.

The problem is the draw() function seems to write only a screenfuls
worth (i.e. like a screenshot).

How can I tell it to write out all the entries to the bitmap.

Thanks.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to