'화면 회전'에 해당되는 글 1건

  1. 2013.09.12 안드로이드 화면 회전 금지

디바이스를 회전 시킬때마다 자동으로 회전되는것을 막는 방법이다.


매니페스트에 있는 <Activity> 안에 한줄의 코드를 추가 해 주면 된다.


android:screenOrientation="portrait" 


또는

android:screenOrientation="landscape" 



portrait  은 세로모드이고 landscape 는 가로 모드 이다.



Ex)

 <activity

            android:name="com.example"

            android:label="@string/app_name"

            android:screenOrientation="portrait" >

Posted by 후미카
:

카테고리

전체보기 (102)
Development (102)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

달력

«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

글 보관함