android - available smallest width quantifiers -
i trying create application works fine on mobile devices small screen , tablet devices having large screen. devices screen size 4 10 inch.
read can resolve issue using smallest width qualifier .
the smallest-width qualifier allows target screens have minimum width given in dp
may know available smallest width qualifier.
typical numbers screen width dp are:
320: phone screen (240x320 ldpi, 320x480 mdpi, 480x800 hdpi, etc).
480: tweener tablet streak (480x800 mdpi).
600: 7” tablet (600x1024).
720: 10” tablet (720x1280, 800x1280, etc).
Comments
Post a Comment