안드로이드/Screen & Resolution
화면 고정(가로 또는 세로로만 화면 표시되도록 설정)
설.현.아빠
2011. 2. 11. 09:52
AndroidManifest.xml <activity android:name=".Shake" android:label="@string/app_name" activity android:screenOrientation="portrait" > 가로로 고정 시키려면 portrait -> landscape로 변경.