Resize my Android application when I call ssoftkeyboard
I have a problem with the softkeyboard in my application. W开发者_StackOverflow中文版hen I press the edit text the soft keyboard appears over the edit text. I read the documentation from Android and I put in AndroidManifest.xml android:windowSoftInputMode="adjustResize">
but it's not working.
I would suggest making the root view a ScrollView?
精彩评论