On Jan 19, 9:41 am, Andre <[email protected]> wrote: > Hello Robert. > > I want to thank you for sharing your experience with beginners, your > dev journal is extremely helpful! > > I will change my code to work with Matrix as you suggest and post the > result here... > If I correctly understood your question about surface opacity - Yes my > surface is opaque, I don't use any transparent themes in Activity or > View, if not - then how I can check my surface opacity? > > Best Regards, Andre >
well, i think Robert already found something related to drawing bitmaps, see: http://groups.google.com/group/android-developers/browse_thread/thread/b77727f0b2256b16/71cdd1e1d9e0085b?lnk=gst&q=argb_4444#71cdd1e1d9e0085b you use ARGB_4444, try ARGB_8888 instead pskink
-- 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

