Android - Align view center to bottom of other view

后端 未结 7 1011
小蘑菇
小蘑菇 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:43

    Android now supports layout anchors with the CoordinatorLayout:

    
    
        
    
        
    
    
    

    If you change the size of the views in your Java code, the anchor will persist as well.

提交回复
热议问题