duongame
Android developer
Wednesday, September 17, 2014
Android 상태바와 타이틀바의 높이 측정
parent가 전체 화면을 차지 하는 View일 경우
int[] location = new int[2];
parent.getLocationOnScreen(location);
mStatusAndTitleBarHeight = location[1];
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment