728x90
"AndroidManifest.xml"를 수정
1) 화면은 세로로 유지 하기.
<activity android:name=".(class이름)"
android:label="@string/app_name"
android:screenOrientation="portrait">
android:label="@string/app_name"
android:screenOrientation="portrait">
2) 화면을 가로로 유지하기
<activity android:name=".( class 이름)"
android:label="@string/app_name"
android:screenOrientation="landscape">
728x90
'Android' 카테고리의 다른 글
안드로이드 colorpicker (0) | 2012.07.29 |
---|---|
안드로이드 페이지 이동 (0) | 2012.07.29 |
안드로이드 어플리케이션 백그라운드 서비스 (0) | 2012.07.29 |
안드로이드 팝업 생성 (0) | 2012.07.29 |
액티비티 간의 송수신 (0) | 2012.07.29 |