mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
This comment meant for this fix, not prev! :
Fix board sometimes coming up half-height by indicating that it should never have a soft keyboard associated with it. It's otherwise getting told its height is half what it should be, and I can't find any way to get the layout redone when the keyboard goes away. (The keyboard in this case is leftover from the previous activity.)
This commit is contained in:
parent
134f7dbe2b
commit
45a1dcd5f9
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@
|
|||
|
||||
<activity android:name="BoardActivity"
|
||||
android:screenOrientation="portrait"
|
||||
android:configChanges="keyboardHidden"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:windowSoftInputMode="stateAlwaysHidden|adjustPan"
|
||||
/>
|
||||
|
||||
<activity android:name="StudyListActivity"
|
||||
|
|
Loading…
Reference in a new issue