SoftKeyboard hiding EditText
问题 I have a layout that uses an EditText to let users search a database and populate a ListView. The EditText is about 2/3 of the way from the top of the screen (positioned over an ImageView, and followed by some intro text.) The problem is that the soft keyboard hides the EditText, so the user can't see what he's typing. (I disabled the auto-suggest.) I've tried LinearLayout, RelativeLayout, paddings, and different alignments/centerings, but I still can't get it to work right. The EditText is