Need a previous and next button above the keypad

后端 未结 3 640
感动是毒
感动是毒 2021-01-06 12:39

I want to show the virtual keyboard with Prev, Next Buttons above the keyboard.

When the user clicks prev button, cursor should move to the previous edit-text input

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-06 12:51

    This can be achieve by adding android:windowSoftInputMode="adjustPan" to activity element within the manifest. E.g.

    
    
        
    
            
                
                    
                    
                
            
        
        
     
    

    This prevents the view from resizing when the virtual keyboard is displayed.

提交回复
热议问题