The reasoning for this is explained here: groups.google.com/group/android-develope
In a nutshell, it's so that certain UI elements can be made to look the same physical size on devices with different pixel densities on the physical screens.
After measuring via a screenshot of the emulator screen, screen density doesn't affect how many pixels is used on the PC's LCD screen to render the device's screen on the emulator.
No comments:
Post a Comment