I am Using Fragment where I click on EditText the keyboard visible and I need a Bottom Navigation should comes above the Keyboard.
            Asked
            
        
        
            Active
            
        
            Viewed 60 times
        
    1 Answers
1
            
            
        Try
<activity android:windowSoftInputMode="adjustPan"/>
in your manifest
 
    
    
        Alan Deep
        
- 2,037
- 1
- 14
- 22
- 
                    this should work – Rohit Rawat Nov 19 '19 at 07:07
 
    