/** 获取手机屏幕的长*宽 如:1024*768 */ DisplayMetrics dm = new DisplayMetrics(); fragmentContext.getWindowManager().getDefaultDisplay().getMetrics(dm);