How to set button selection color along with rounded corners in android?

后端 未结 3 1230
无人及你
无人及你 2020-12-18 20:05

I want to set a rounded corner for a button in android along with changing the button color on when selected. I am doing the following things.

drawable/push_button.

3条回答
  •  遥遥无期
    2020-12-18 20:57

    What I did was defined the shape and specify the dp of each corner.

    
    
    
    
    
    
    

    If you increase the dp in each corner it will make the button more rounded.

提交回复
热议问题