Draw Rectangle View with curve bottom In Android

后端 未结 2 678
鱼传尺愫
鱼传尺愫 2021-02-04 10:18

Good day.I want to draw an rectangle as a view but which bottom shall be curved.I do not want to apply background image like that or use any views,because if i use an view and s

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-04 10:44

    Just play with the oval item values to get the desired output.

    curve_toolbar_bg.xml

    
    
        
            
        
        
            
                
            
        
    
    

    activity_main.xml

    
    
    
        
    
        
    
    

提交回复
热议问题