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