Android - Align view center to bottom of other view

后端 未结 7 1023
小蘑菇
小蘑菇 2020-12-31 00:57

A picture tells more than a lengthy speech :

I want to align vertically the center of the red part with the middle of the black part. I have no constraint of contai

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-31 01:42

    Here I am using two different View as black and red.

    
    
    
        
    
        
    
    
    

    The trick is I have put the red container below the black container and set its marginTop to negative half of its height. So the center of red container is at the bottom of black container.

提交回复
热议问题