Thanks for trying to help me. I have put the 800x1280 background in drawable-tvdpi and I still got very small background. It seems that it is picking up background images from my other drawables and I am still trying. Or Nexus 7 try to scale the background for me.
On Tuesday, August 7, 2012 9:13:41 AM UTC+8, RichardC wrote: > > tvdpi should be the closest, Nexus 7 is 216dpi and tvdpi is 213dpi see: > http://developer.android.com/guide/practices/screens_support.html > but note: *"Resources for screens somewhere between mdpi and hdpi; > approximately 213dpi. This is not considered a "primary" density group. It > is mostly intended for televisions and most apps shouldn't need > it—providing mdpi and hdpi resources is sufficient for most apps and the > system will scale them as appropriate. If you find it necessary to provide > tvdpi resources, you should size them at a factor of 1.33*mdpi. For > example, a 100px x 100px image for mdpi screens should be 133px x 133px for > tvdpi."* > > Remember that because of the soft buttons not all of the screen is > available to applications so your bitmap needs to be somewhat smaller. > -- 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

