Rounded corners on material button

前端 未结 7 732
粉色の甜心
粉色の甜心 2020-12-04 12:26

I\'m following the tips from questions like this to create a button style like suggested on Material Design.

However, I need to change the corner radius and

7条回答
  •  天命终不由人
    2020-12-04 12:37

    Rounded Material Button with Ripple effect

    Create a file in drawable folder ripple.xml

    
    
        
            
                
                
            
        
        
    
    

    Create a file in drawable folder rounded_shape.xml

    
    
        
        
        
        
    
    

    And on your Button:

提交回复
热议问题