create view over cardview in android

后端 未结 6 1626
后悔当初
后悔当初 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条回答
  •  猫巷女王i
    2021-02-19 00:18

    Just put CardView in other view like in FrameLayout. Just like below:

    
    
        
        
        
    
         
    

    Screenshot:

提交回复
热议问题