How to make a round button?

后端 未结 17 2245
夕颜
夕颜 2020-11-28 18:17

I\'m trying to make a round button, but I don\'t know how can I do it. I can make button with rounded corners, but how can I can round circle. It\'s not the same. Please, te

17条回答
  •  遥遥无期
    2020-11-28 19:09

    1. Create a drawable/button_states.xml file containing:

      
      
           
              
              
              
              
              
              
          
           
              
              
              
              
              
              
          
      
      
    2. Use it in button tag in any layout file

提交回复
热议问题