본문 바로가기

Android

[안드로이드] 화면 가로, 세로 고정시키기

매니페스트에 아래 코드를 추가한다.

세로 :

android:screenOrientation="portrait"

가로 :

android:screenOrientation="landscape"