Bentley
Senior Software Engineer
Wednesday, September 17, 2014
Android 상태바와 타이틀바의 높이 측정
parent가 전체 화면을 차지 하는 View일 경우
int[] location = new int[2];
parent.getLocationOnScreen(location);
mStatusAndTitleBarHeight = location[1];
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment