how to get android screen size programmatically, once and for all? Display display = getWindowManager().getDefaultDisplay(); Point size = new Point(); ...
確定! 回上一頁