5 ms·
in android, one provides four different density-specific resources. ldpi: low-density screens (~120dpi) mdpi: medium-density (~160dpi) [baseline] hdpi:
by kamechan 14y ago
in android, one provides four different density-specific resources.
ldpi: low-density screens (~120dpi)
mdpi: medium-density (~160dpi) [baseline]
hdpi: high-density (~240dpi)
xhdpi: extra high-density (~320dpi)
there is a nodpi qualifier which is intended for density-independent resources.
there are also screen size qualifiers, small, normal, large, extra large.
- telcodud 14y agoThese screen size qualifiers have been deprecated beginning with Android 3.2 (HoneyComb). See best practices on Android developers site: http://developer.android.com/guide/practices/screens_support.html#DeclaringTabletLayouts http://developer.android.com/guide/practices/screens_support...
- deleted 14y ago[deleted]
- kamechan 14y agoi never used the screen-size qualifiers myself, but good to know they've deprecated them in favor of what seems to be simpler. AFAIK, the density qualifiers are still being used, and are mentioned in the "new" design guidelines document as well, giving me the impression they may stick around for a while. http://developer.android.com/design/style/devices-displays.html http://developer.android.com/design/style/devices-displays.h...