AndroidManifest.xml 파일에서 기능을 설정할 Activity에 아래 속성을 추가 합니다.

 
가로고정

android:screenOrientation="landscape"


 세로고정

android:screenOrientation="portrait"


사용 예 :)
<activity android:name=".VideoPlayerActivity"
             android:screenOrientation="landscape">

'Programming > Android' 카테고리의 다른 글

이미지 폴더의 하위 폴더 가져오기  (0) 2015.12.06

+ Recent posts