屏幕大小(转抄)int screenWidth,screenHeightWindowManager windowManager getWindowManager() Displa
屏幕大小(转抄)
int screenWidth,screenHeight;
WindowManager windowManager = getWindowManager();
Display display = windowManager.getDefaultDisplay(); screenWidth = display.getWidth();
screenHeight = display.getHeight();
