首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android 是不是是平板屏幕——至少约720x960 DP的单位

2012-09-12 
android 是否是平板屏幕——至少约720x960 DP的单位// set sIsScreenXLarge and sScreenDensity *before* cr

android 是否是平板屏幕——至少约720x960 DP的单位

  // set sIsScreenXLarge and sScreenDensity *before* creating icon cache        sIsScreenXLarge = (getResources().getConfiguration().screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) == Configuration.SCREENLAYOUT_SIZE_XLARGE;
?

?

热点排行