android - Galaxy tab 2 7" does not fit sw600dp? -
everywhere in android documentation can ready have use sw600dp 7 inch tablets, not seem true, because galaxy tab 2 7" has 546dp smallest width.
http://www.gsmarena.com/samsung_galaxy_tab_2_7_0_p3100-4543.php
dp = 600 / (170 / 160) = 546
should use sw500dp in layouts instead?
android device pixel densities classified in buckets:
while galaxy tab 2 screen may 170 dpi, falls within range of mdpi
translates 160 dpi being used in practice dp
calculations. device should still have 600dp
width.
Comments
Post a Comment