ScrollView cuts off the top and leaves space at the bottom

后端 未结 8 874
谎友^
谎友^ 2021-02-03 19:41

When I launch the emulator and enter the screen which uses this code it shows most of the text information but cuts off the top of the screen (cant scroll up) but leaves a bit o

8条回答
  •  无人共我
    2021-02-03 20:06

    If you want the TextViews to be scrollable, why don't you put ScrollView around this 2 elements?

     
    
    
        
         
    
         
    
        
    
         
    
        

提交回复
热议问题