match_parent property for children in a RelativeLayout

前端 未结 5 1121
迷失自我
迷失自我 2020-12-28 14:15

In short, is it possible to tell a child in a RelativeLayout to always match the height of that RelativeLayout regardless

5条回答
  •  北海茫月
    2020-12-28 15:07

    It's an annoying problem and you need to put the RelativeLayout inside a LinearLayout

     
            
                
                    
                
        
    
    

提交回复
热议问题