Hey folks I am building an application and the following 3 scenarios occur.
1. When I have hardware acceleration in the manifest turned on, hardware layers enabled in my layout.xml file and a rotation applied to an ImageView I get jaggies around the edges of the ImageView that is holding the Bitmap. 2. When I have hardware acceleration in the manifest turned on, hardware layers dis-abled in my layout.xml file and a rotation applied to an ImageView I get black borders around the edges of the ImageView that is holding the Bitmap. 3. When I have hardware acceleration turned off, hardware layers dis- abled, and the ImageViews rotated I get some kind of jaggedness added to the ImageView images themselves. Essentially they are not smooth and crisp (ANTI_ALIAS). I am trying to work out a scenario where I can have hardware acceleration = on, no black edges around the ImageViews bitmaps, and anti_aliased rotated imageviews. Clean and Crisp rotations. Thanks for any help Chris -- 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

