If ScrollView only supports one direct child, how am I supposed to make a whole layout scrollable?

后端 未结 4 609
情深已故
情深已故 2020-12-02 01:43

I have 3 text views in a layout, where the text clips a tad on the bottom on my droid 2... How can I ensure that the whole text is viewable, and the user can scroll down (si

4条回答
  •  隐瞒了意图╮
    2020-12-02 02:16

    Worked perfectly.

    Here is my layout as an example of scrolling a content item with two headers above it that stay stationary.

    
    
        
            
            
            
            
        
        
        
        
            
                
                
                
                
                
                
        
        
    
    

提交回复
热议问题