How to prevent Soft Keyboard from resizing background image

前端 未结 12 1832
耶瑟儿~
耶瑟儿~ 2020-12-30 00:09

I have a typical listview with an edittext and a button at the bottom of the activity.

When I click onto the edittext, the sof

12条回答
  •  抹茶落季
    2020-12-30 00:48

    I have the same problem with imageview resize while keyboard up i have solved with manifest android:windowSoftInputMode="adjustPan" and following is the layout example in my case

    i.e frg_write_social:

    
    
    
    
        
    
            
        
    
        
    
            
    
                
    
                
                
    
                
    
                    
    
                    
                
            
    
            
    
                
    
                    
    
                    
    
                    
                
            
        
    
    

    if there is possible to load image dynamically you can resize image with picaaso while load in imageview

提交回复
热议问题