Hi, I have a device (Mini MID) with lcd screen size of 4.3" and resolution 480X272 while its lcd density scale I captured with following code below is 0.87500 which means the lcd density is 140 for this device.
final float scale = getBaseContext().getResources().getDisplayMetrics().density; I have created a AVD with exactly same dimensions. After this when I create a layout that precisely fit the device , I found it is overlapping on the AVD and If I fit for AVD it is shrinking on actual device. I have put the picture of AVD at following link . Please see and suggest http://www.flickr.com/photos/61935005@N05/5636186811/in/photostream regards, argon -- 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

