chat21-android-sdk
chat21-android-sdk copied to clipboard
Keyboard Overlapping TextBox
I was trying to implement Chat21 in an app that I'm building and Everything seems to be working fine except that when I'm typing something in the textBox for a new message, the soft keyboard overlaps the textbox and in-effect the user can't see what he's typing.
I tried adding android:windowSoftInputMode="adjustResize" to the activity where I am launching ChatUI, but it doesn't seem to work.