0
編程中的新功能。下面的代碼正在獲取設備的屏幕尺寸。這是我的問題。我怎樣才能取代這個代碼來獲得我的relativelayout的寬度和高度?如何獲得我的佈局的高度和寬度
windowwidth = getWindowManager().getDefaultDisplay().getWidth();
windowheight = getWindowManager().getDefaultDisplay().getHeight();
你想要的屏幕尺寸相對layou的尺寸?? –