mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
lock SMSInviteActivity in portrait mode -- until I think it's
worthwile to make it scrolling.
This commit is contained in:
parent
d72cd547b7
commit
66a120bd08
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue