prevent board from displaying in portrait mode.

This commit is contained in:
Andy2 2011-03-11 19:07:05 -08:00
parent 01fe8f6087
commit 84d0823341

View file

@ -83,7 +83,7 @@
<activity android:name="BoardActivity"
android:theme="@android:style/Theme.Light"
android:screenOrientation="sensor"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation"
>
</activity>