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.

ImageView rounded corners

I wanted image to have rounded corners. I implement this xml code and use this in my image view. but …

java android xml imageview rounded-corners
Android - drawable with rounded corners at the top only

I had this drawable to have a rounded rectangle as a background: <shape xmlns:android="http://schemas.android.com/…

android drawable rounded-corners
CSS rounded corners in IE8

I'm having issues with rounded corners in IE8. I've tried a few methods without success. Here is my code: <…

css internet-explorer internet-explorer-8 rounded-corners
How do I create a round cornered UILabel on the iPhone?

Is there a built in way to create round-cornered UILabels? If the answer is no, how would one go about …

ios objective-c cocoa-touch uilabel rounded-corners
How to programmatically round corners and set random background colors

I'd like to round the corners of a view and also change the color of the view based on the …

android android-layout background android-view rounded-corners
How to make CSS3 rounded corners hide overflow in Chrome/Opera

I need round corners on a parent div to mask content from its childen. overflow: hidden works in simple situations, …

html rounded-corners css
How do I make an UIImage/-View with rounded corners CGRect (Swift)

How do I make a UIImageView with rounded corners on a Swift iOS Playground? Inside it needs to be filled …

uiimageview swift rounded-corners swift-playground
IOS: create a UIImage or UIImageView with rounded corners

Is it possible create an UIImage or an UIImageView with rounded corners? Because I want take an UIImage and show …

objective-c ios uiimage rounded-corners
Setting Corner Radius on UIImageView not working

I'm at a bit of a loss. I've used the layer property of UIView to round the corners of multiple …

iphone ios uiimageview rounded-corners
How to make round corners to both inside of a box and its border?

I guess the title is kind of hard to understand, so I'll explain. I am trying to achieve this effect: (…

css rounded-corners