How to show a button half on one layout and half on another layout in android?

前端 未结 1 1199
醉话见心
醉话见心 2021-01-21 13:43

I want to design a layout like the image below:

\"enter

I tried to do it using Rel

1条回答
  •  自闭症患者
    2021-01-21 14:09

    You can put the Button declaration outside of your RelativeLayout relative_layout_bottom and then place it where you like.

    For example: Edit:

    
    
    
        
        
    
        

    0 讨论(0)
提交回复
热议问题