If you want the display dimensions in pixels you can use getSize : Display display = getWindowManager().getDefaultDisplay(); Point size = new Point(); ...
確定! 回上一頁