does minHeight do anything?

后端 未结 3 1444
悲&欢浪女
悲&欢浪女 2021-02-06 22:16

In the attached image, I want the column of buttons to match the height of the image, but I also want there to be a minimum height for the column of buttons.

It correctl

3条回答
  •  伪装坚强ぢ
    2021-02-06 22:53

    I don't know all your exact requirements, but it seems you can solve this with another layer pretty much like in your diagram. Set the minHeight on an outer layout and then just fill_parent/match_parent on the inside. Maybe something like:

    
        
        
        
    
    

提交回复
热议问题