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 ?
Asked
Active
Viewed 241 times
1

Mayank Patel
- 3,868
- 10
- 36
- 59

Bartos
- 1,007
- 3
- 15
- 38
1 Answers
1
Add following in manifest.xml
<activity android:name=".ActivityName"
android:windowSoftInputMode="adjustResize">

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