create view over cardview in android

后端 未结 6 1627
后悔当初
后悔当初 2021-02-18 23:55

I want to create this layout

this is a cardview (gray view) and imageview(blue view) for that i use this code



        
6条回答
  •  一个人的身影
    2021-02-19 00:16

    Try:

    • Use a RelativeLayout

    • Align the ImageView to the parent right/end and add a right/end margin

    • Align the FAB to the top of the card view and add a negative margin


    
        
    
       
    
    
    

提交回复
热议问题