Hi All, I have an imageview derived class and I created a <drawable> in my attr.xml file under the "res\values\" folder as the default image source: <drawable name="default_image_src">@drawable/imageview_image</ drawable>
I read it in the ctor of the class MyImageView extends ImageView using the constant R.drawable.default_image_src. There is a marked difference in the quality of the image drawn using R.drawable.default_image_src and R.drawable.imageview_image although both are created using the same resource. Can any one point me to the reason for this anomoly (I am using the Android 2.0 SDK, but that should be a factor)? Regards, Anirudh. -- 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

