30
안드로이드에서 화면 크기를 픽셀로 얻는 방법
일부 사용자 지정 요소를 만들고 프로그래밍 방식으로 오른쪽 위 모서리 ( n위쪽 가장자리의 m픽셀 및 오른쪽 가장자리의 픽셀)에 배치하려고합니다 . 따라서 화면 너비와 화면 높이를 얻은 다음 위치를 설정해야합니다. int px = screenWidth - m; int py = screenHeight - n; 어떻게받을 수 있나요 screenWidth및 screenHeight주요 활동에?
1842
android
layout
screen
pixel
dimensions