View.getWidth()和(and)View.getHeight()爲(for)0的(of)根本原因是(yes)控件還沒有完成繪制,你必須等待系統将繪制完View時(hour)才能獲得。
@Override
public void onWindowFocusChanged(boolean hasFocus) {
super.onWindowFocusChanged(hasFocus);
if (hasFocus){
int width = this.getMeasuredWidth();
int height = this.getMeasuredHeight();
}
}
- 版權所有:奇站網絡 轉載請注明出(out)處
- 廈門極極網絡科技有限公司,專業提供網站建設,響應式網站建設,小程序開發,系統定制開發。
- 軟件開發咨詢熱線:吳小姐 13313868605