2

After an EditText control gets focus, the soft keyboard displays, if the control is below half of the screen, the keyboard will block it from allowing user to input.

I did some search, adding windowSoftInputMode (both tried adjustPan and adjustResize) for the activity in the AndroidManifest.xml file will solve the blocking issue, but all input controls look awful, e.g., the single line text will have gray background and black border, and radio button will have dark thick border and green inside, and the focused multi line EditBox will have complete black background.

Any idea how to solve the issue (not blocking input and without those awful controls.)

  1. "Theme.Holo.Light.NoActionBar" as default theme.
  2. Android 4.1.x
4

2 に答える 2