Hi.

I wrote a custom view for ListView rows. It works fine, but when I
scroll it, all views in the list disappears.
This this how I draw my view:

        @Override
        protected void onDraw(Canvas canvas) {
                //poster
                if(poster != null)
                        canvas.drawBitmap(poster, padding, padding, paint);

                //title
                canvas.drawText(title, 55 + padding, 16 + padding, paint);
        }

Any suggestions, how to fix this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to