2012-09-22 3 views
-2

안드로이드 응용 프로그램을 세로 모드에서 원한다면 한 페이지 만 남기십시오. 가능한지, 참조 요청.안드로이드 모든 화면에서 화면 방향 세로 방향에서 가로

+0

중복 가능성 ... http://stackoverflow.com/questions/12491453/set-the-orientation-for-the-view-in-android –

+0

중복 가능성 [수직으로 수정 레이아웃 방향?] (http://stackoverflow.com/questions/5702086/fix-layout-orientation-to-vertical) –

답변

0

Activity에 대한 방향을 Android 매니페스트 속성 android:screenOrientation을 통해 지정할 수 있습니다.

<activity android:name=".SomeActivity" 
      android:label="@string/app_name" 
      android:screenOrientation="portrait"> 
+0

도움을 주셔서 감사합니다 :) –

관련 문제