lock SMSInviteActivity in portrait mode -- until I think it's

worthwile to make it scrolling.
This commit is contained in:
Eric House 2012-04-10 06:30:17 -07:00
parent d72cd547b7
commit 66a120bd08

View file

@ -65,6 +65,7 @@
<activity android:name="SMSInviteActivity"
android:theme="@android:style/Theme.Dialog"
android:configChanges="keyboardHidden|orientation"
android:screenOrientation="portrait"
/>
<activity android:name="GameConfig"