handle orientation changes for BT and SMS dialogs

This commit is contained in:
Eric House 2012-04-05 07:37:48 -07:00
parent 8aa570c490
commit 784a5d5d44

View file

@ -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"