krisDrOid
krisDrOid

Reputation: 3316

Android Xhdpi Screen Settings for eclipse editr

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

Answers (2)

Blundell
Blundell

Reputation: 76536

Here is a list of Emulator settings for

  • LDPI
  • MDPI
  • HDPI
  • XHDPI

http://blog.blundell-apps.com/emulator-settings-for-each-android-density/

Upvotes: 1

viplezer
viplezer

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

Related Questions