Top "Rounded-corners" questions

Name of a user interface design feature which replaces the 90 degree angle formed at the end points of two perpendicular lines.

Rounded rect on NSView that clips all containing subviews

I am creating a NSView subclass that has rounded corners. This view is meant to be a container and other …

cocoa nsview rounded-corners clipping nsbezierpath
How to set UIImageView with rounded corners for aspect fit mode

I usually use the following code to set rounded corners. imageView.layer.cornerRadius = 10 It works when the imageView is set …

ios objective-c swift rounded-corners cornerradius
android - How to set corner radius programmatically?

I have two ListViews (leftList, rightList). I also have one TextView which I use as row view in both of …

android listview textview rounded-corners
Chart.js Doughnut with rounded edges and text centered

I am trying to achieve rounded corners similar to this article here, but combined with text in the centre, so …

user-interface graph chart.js rounded-corners donut-chart
Rounded corners fail to cut off content in webkit browsers if position:relative

Rounded corners fail to cut off content in webkit browsers (e.g. Chrome) if position:relative; See this demo. HTML: &…

html css webkit rounded-corners
android custom searchView rounded corners

I want to create an Activity with a SearchView that is not in the ActionBar (in fact, I'm using the …

android searchview rounded-corners
How to draw a rounded rectangle (rectangle with rounded corners) with OpenCV?

How can I draw a rectangle with rounded corners in OpenCV? I know that the functions ellipse() and line() can …

c++ opencv rounded-corners rectangles
Any way to make nice antialiased round corners for images in python?

Is there any way to make nice round corners with python? Currently PIL and GD2 are used in my project. …

python image-processing python-imaging-library rounded-corners
How to make Round JButtons in Java

First, I am a Web Developer and a novice Java programmer. My boss is asking me to make this button …

java swing jbutton custom-component rounded-corners
Android: give a webview rounded corners?

I'm trying to give my webView rounded corners. Here is my code: rounded_webview.xml: <?xml version="1.0" encoding="utf-8"?&…

java android rounded-corners