mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
handle orientation changes for BT and SMS dialogs
This commit is contained in:
parent
8aa570c490
commit
784a5d5d44
1 changed files with 2 additions and 0 deletions
|
@ -60,9 +60,11 @@
|
|||
|
||||
<activity android:name="NewGameActivity"
|
||||
android:theme="@android:style/Theme.NoTitleBar"
|
||||
android:configChanges="keyboardHidden|orientation"
|
||||
/>
|
||||
<activity android:name="SMSInviteActivity"
|
||||
android:theme="@android:style/Theme.Dialog"
|
||||
android:configChanges="keyboardHidden|orientation"
|
||||
/>
|
||||
|
||||
<activity android:name="GameConfig"
|
||||
|
|
Loading…
Reference in a new issue