I test through every drawables and found that Nexus 7 chose large-hdpi not tvdpi or mdpi. And even if the image is of correct size (1280x800), Nexus 7 still scales the background and causes issue.
My solution is a stupid one - I scale the background to 1440x900 and it works (actually 1450x905 as it seems that Nexus 7 scaling is off by a few pixels). 在 2012年8月7日星期二UTC+8上午9时13分41秒,RichardC写道: > > tvdpi should be the closest, Nexus 7 is 216dpi and tvdpi is 213dpi see: > http://developer.android.com/guide/practices/screens_support.html -- 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

