清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
Android判断是否平板的方法如下: public static boolean isTablet(Context context) { return (context.getResources().getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) >= Configuration.SCREENLAYOUT_SIZE_LARGE; }