0

I am Using Fragment where I click on EditText the keyboard visible and I need a Bottom Navigation should comes above the Keyboard.

Kaushik Burkule
  • 816
  • 1
  • 12
  • 27

1 Answers1

1

Try

<activity android:windowSoftInputMode="adjustPan"/>

in your manifest

Alan Deep
  • 2,037
  • 1
  • 14
  • 22