Keyboard suggestions cause part of Android EditText.setError() message to not display

前端 未结 5 1426
迷失自我
迷失自我 2020-12-09 05:14

When I\'m using edittext.setError(\"enter a comment\") in android, it works fine until the keyboard suggestions come up and the error gets pushed above the

5条回答
  •  一整个雨季
    2020-12-09 05:54

    Another solution :
    Adding android:windowSoftInputMode="adjustResize" on activity tag in AndroidManifest.xmlcorrected the issue for me

提交回复
热议问题