AVD launches with different text and icon sizes
I have started android development just a month back, so still a newbie. My problem is that my AVD sometimes starts with different icon sizes in the emulator, i.e. the different apps' icons sometimes appear bigger/smaller. Same goes with the text size. This applies to all the开发者_如何学Python applications in the AVD app list(including standard ones like gallery for example), and also the start screen text size. Basically it's system wide and it happens completely randomly(at random AVD launches)!
So help me out. Is there something to do with emulator starting parameters? Almost forgot - using windows 7 32-bit, eclipse, and SDK 2.3.3 First three images for normal size The images for bigger size belowThis should should refer to the pixel density. Be sure they stay the same in the emulator settings. If you vary your resolution they might change.
Good introduction: http://developer.android.com/guide/practices/screens_support.html
EDIT: Okay, this happens sometimes pure randomly. Close the emulator and restart it. If it still occurs, edit the emulator, leave everything as it is and click on edit. Should solve the problem.
精彩评论