Re: [android-developers] Offscreen drawing of a View

2010-05-27 Thread Jay Ganatra
have tried setPadding ??? On Wed, May 26, 2010 at 2:14 PM, Erik H wrote: > Hi, > > I'm having a small problem with drawing a View offscreen to a Bitmap. > > The View is created using LayoutInflater.inflate(int resource, > ViewGroup root) with null passed to the root parameter. The View has a >

[android-developers] Offscreen drawing of a View

2010-05-26 Thread Erik H
Hi, I'm having a small problem with drawing a View offscreen to a Bitmap. The View is created using LayoutInflater.inflate(int resource, ViewGroup root) with null passed to the root parameter. The View has a fixed size (200x180 pixels). I can create a Bitmap for this View either by using the met