Add textview to layout?

前端 未结 4 537
孤城傲影
孤城傲影 2021-01-27 13:08

I cant put a textview above my buttons without having my buttons move...How can I fix this?

Been stuck on this for 4 hours...Which is sad because I\'m t

4条回答
  •  清酒与你
    2021-01-27 13:11

    You can wrap the buttons inside a layout and then place a textview above it and tell the new layout to be below the text view

    
    
    
    
    
    
    
        
    
        
    
        
    
        
    
    
    
    

    and this should do the trick, hope it helps

提交回复
热议问题