AndroidManifest.xml 파일에서 <activity> 정의 부분에 screenOrientation을 추가해주면 된다.
세로 : android:screenOrientation="portrait"
가로 : android:screenOrientation="landscape"
'Programming' 카테고리의 다른 글
HTML5+CSS3 - html 문서 내의 특수기호 (0) | 2016.09.03 |
---|---|
Android - 앱에 뱃지 표시하기 (숫자 카운트) (1) | 2016.09.03 |
Android - 리스트뷰 클릭시 색상 변경시 엉뚱한 곳 변하는 현상 (0) | 2016.09.03 |
Android - Notification 사용시 intent 값이 바뀌지 않을 때 (0) | 2016.09.03 |
Android - 전역 객체 변수 사용 (0) | 2016.09.03 |