Display display = getWindowManager().getDefaultDisplay(); Point size = new Point(); display.getSize(size); int width ...
確定! 回上一頁