728x90 Programing/android49 android 화면 가로/세로 방향 설정 앱 개발시에 화면의 방향을 강제로 한 방향으로 설정할 필요가 있을때 사용하면 좋다. 앱의 특성상 세로화면 혹은 가로화면만 제공해야 된다면 아래와 같이 설정해 주면 된다. 1. AndroidManifest.xml 에서 설정 screenOrientation의 옵션으로 방향설정 및 방향센서의 값으로 화면전환 옵션 부여 할 수 있다. 속성값으로는 아래와 같이 종류가 있다. android:screenOrientation=["unspecified" | "behind" | "landscape" | "portrait" | "reverseLandscape" | "reversePortrait" | "sensorLandscape" | "sensorPortrait" | "userLandscape" | "userPo.. 2021. 9. 13. 이전 1 ··· 6 7 8 9 다음 728x90