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:
Eric House 2014-09-14 14:37:01 -07:00
parent 134f7dbe2b
commit 45a1dcd5f9

View file

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