About 118,000 results
Open links in new tab
  1. android - How to make a round button? - Stack Overflow

    Apr 22, 2012 · 173 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, tell me, …

  2. Rounded Button in Android - Stack Overflow

    Feb 18, 2012 · I want to create rounded buttons in an Android program. I have looked at How to create EditText with rounded corners? What I want to achieve is: Rounded Edge Buttons …

  3. android - Rounded corners on material button - Stack Overflow

    75 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 haven't been able to do so by …

  4. How to make the corners of a button round? - Stack Overflow

    I want to make the corners of a button round. Is there an easy way to achieve this in Android?

  5. Android round button with icon - Stack Overflow

    Apr 15, 2017 · I am trying to make a button like this Button Image but I cannot put the icon in front of the text. The button I made now looks like this button image now. So, the main problem is …

  6. android - How to make buttons rounded with Material Design …

    Apr 6, 2020 · I want my button to have rounded corners like: // Image taken from google To achieve this with material theming in android is to set the: shapeAppearanceSmallComponent …

  7. android - Custom circle button - Stack Overflow

    Mar 27, 2012 · Android Material Effect: Although FloatingActionButton is a better option, If you want to do it using xml selector, create a folder drawable-v21 in res and save another …

  8. Android Button with rounded corners, ripple effect and no shadow

    Jun 14, 2017 · I am trying to build Android Button with rounded corners. But along the rounded corners (bottom left & right corner), there is unwanted grey color shadow around it. …

  9. Why are buttons in Android Studio round by default?

    Oct 22, 2023 · 1 The reason is that Google introduced material design, which uses round buttons by default. If you want to retain the old style of buttons (rectangular), one of the options is to …

  10. Create Button with rounded corners in android - Stack Overflow

    I'm trying to create a button which looks as in the image above. Initially my idea was to create a 9 patch and set it as the button background. But since, this is a plain button, i think we can som...