Reputation: 4620
How can i create application design same for phone as well as tablet.As i have ldpi,mdpi and hdpi folder is there,my problem is somewhat like some phone has hdpi resolution while some tablet also has hdpi resolution ,in that how can one create same design for phone as well as tablet.
Thanks
Upvotes: 0
Views: 144
Reputation: 16914
Check out this page. You don't differentiate phone/tablet/etc screens based on the DPI value, you rather use the -small, -medium, -large, -xlarge, etc. tags.
Upvotes: 1