How to divide screen into three parts vertically?

前端 未结 1 628
甜味超标
甜味超标 2021-02-14 17:59

I have screen with ScrollView and three different LinearLayouts.

One LinearLayout contains a Spinner and second conta

1条回答
  •  北恋
    北恋 (楼主)
    2021-02-14 18:49

    This is a very simple solution. You should be able to use this in your current layout.

    Just populate the LinearLayouts with your desired contents.

    
    
        
        
    
        
        
    
        
        
    
    
    

    Screen shot of the code posted above with colors showing the different layout areas.

    enter image description here

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