[android-developers] Re: Nexus 7 drawable
Yes, typical surface code.
background = BitmapFactory.decodeResource(res, R.drawable.space);
...
canvas = holder.lockCanvas(null);
synchronized(holder) {
canvas.drawBitmap(background, 0, 0, null);
...
}
This works on every devices we tested - from 240x320 HTC Tattoo to 1280x800 Android TV and tablet. But only Nexus 7 not working (at least, I can't get it to work under emulator). I can't get Nexus 7 in Singapore to test.
Thanks for all the help! I am so close to giving up...
On Wednesday, August 8, 2012 8:49:24 AM UTC+8, RichardC wrote:
The something else is wrong - can you post just the part of your code that you suspect is causing the scaling?
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home