I've an app which shows bitmaps using either of these calls on the G1 (1.6) and they show up correctly at the same size. When I run on the N1 (or a 2.1 AVD) I find the same file appears much smaller using BitmapFactory.decodeFile(), but it is correct when using BitmapFactory.decodeResource(). How can I fix this for a WVGA800 device please?
-- Android Academy http://www.androidacademy.com -- 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

