int width = view.getMeasuredWidth(); int height = view.getMeasuredHeight(); Log.i(TAG, width + " " + height); } }); 通過一種增加global listener又移除的方式,獲取觀察而來(lái)的消息。 4.view.measure 手動(dòng)測(cè)繪,分3種情況: 一、match_parent ...
www.dbjr.com.cn/article/1344...htm 2025-6-3