final Display display = this.getWindow().getWindowManager().getDefaultDisplay();
if (display != null)
{
// 獲取屏幕大小
screenWidth = display.getWidth();
screenHeight = display.getHeight();
}
final Display display = this.getWindow().getWindowManager().getDefaultDisplay();
if (display != null)
{
// 獲取屏幕大小
screenWidth = display.getWidth();
screenHeight = display.getHeight();
}
摘自 知識空間