336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Rect rect= new Rect();
((WindowManager)mContext.getSystemService(Context.WINDOW_SERVICE)).
Window window= activity.getWindow();
window.getDecorView().getWindowVisibleDisplayFrame(rect);
int statusBarHeight= rect.top;
int contentViewTop=
window.findViewById(Window.ID_ANDROID_CONTENT).getTop();
int titleBarHeight= contentViewTop - statusBarHeight;
기종 별로 타이틀 바 높이가 틀리니
이런 우회 방법으로 확인해야할듯^^
'나의 플랫폼 > 안드로이드' 카테고리의 다른 글
[ Android Opengl es 2.0 ] LiveWallpaper 에서 사용 시 , onSurfaceCreated 문제 (6) | 2011.10.19 |
---|---|
[ Android ] Eclipse에 JavaDoc 설정하기 (0) | 2011.10.18 |
[ Android Opengl es ] 화면이 하얗게 보이는 현상. (3) | 2011.10.12 |
[ Android Opengl es 2.0 ] LoadTexture (0) | 2011.10.10 |
[ Android Opengl es 2.0 ] glDrawArrays 와 glDrawElements 사용법 (4) | 2011.10.07 |