To help you target some of your designs for different types of devices, here are some numbers for typical screen widths:320dp: a typical phone screen (240x320 ldpi, 320x480 mdpi, 480x800 hdpi, etc).480dp: a tweener tablet like the Streak (480x800 mdpi).600dp: a 7” t...
通过getResources().getConfiguration().smallestScreenWidthDp获取即可 这篇文章讲了values-sw的适配: https://blog.csdn.net/ihvcker/article/details/70242522?utm_source=itdadao&utm_medium=referral 这篇文章讲了drawable的适配 https://blog.csdn.net/myoungmeng/article/details/54090891...