About 108,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. 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 …

  5. 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?

  6. 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. …

  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 - 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 …

  9. Rounded corners android image buttons - Stack Overflow

    I am trying to round corners on an android ImageButton, the code looks like this;

  10. android - How to create rounded border Button using Jetpack …

    How to create rounded border Button using Jetpack Compose Asked 6 years ago Modified 1 year, 5 months ago Viewed 145k times