I have some EditTexts inside the Navigation Drawer , But when the keyword is coming up it cover the EditText.
I tried the following code inside the activity definition of Manifest but the issue not fixed.
android:windowSoftInputMode="adjustResize"
Any suggestin ?