摘要: // 获取屏幕宽高(方法1) int screenWidth = getWindowManager().getDefaultDisplay().getWidth(); // 屏幕宽(像素,如:480px) int screenHeight = getWindowManager().getDefaul 阅读全文
posted @ 2017-01-03 21:56 冯冬冬 阅读(387) 评论(0) 推荐(0)