Reputation: 3316
what are the emulator and visual editor settings(screen resolution) in eclipse that should be used for a screen density of xhdpi(320).
Thanks.
Upvotes: 0
Views: 2264
Reputation: 76536
Here is a list of Emulator settings for
http://blog.blundell-apps.com/emulator-settings-for-each-android-density/
Upvotes: 1
Reputation: 5599
One of these resolutions:
2048x1536 2560x1536 2560x1600
Check the table on this link: http://developer.android.com/guide/practices/screens_support.html#testing
Upvotes: 1