Reputation: 60211
I want to test my work on XXXHDPI device. Instead of buying one, is it possible to use Android Studio Emulator to make one? Currently I see the all density is there from ldpi to xxhdpi, but not xxxhdpi.
p/s: Actualy I have a an S7 device which is XXXHDPI, but wanted another to confirm some behavior is specific to XXXHDPI as per question in Where did my 10dp height button goes?.
Upvotes: 5
Views: 2481
Reputation: 10009
You can create an emulator of Nexus 6 or Nexus 6P. They have a density of 3.5, which is XXXHDPI.
Upvotes: 7