1

Is there any option to force soft keyboard normal style ? I mean - when soft keyboard is "normal style" everything looks fine, but when user has "split style" in his device keyboard covers half of edit text's. I've tried to set up windowSoftInputMode but nothin' works. Any idea, please ?

Mayank Patel
  • 3,868
  • 10
  • 36
  • 59
Bartos
  • 1,007
  • 3
  • 15
  • 38

1 Answers1

1

Add following in manifest.xml

<activity android:name=".ActivityName"
        android:windowSoftInputMode="adjustResize">

please follow the link

Vishal Raj
  • 1,755
  • 2
  • 16
  • 35