rounded-corners Questions
7
Solved
My iPhone app is currently displaying a grouped table with 2 sections. I tried to change the radius of the rounded corners on the first and last cells of each section (or on the same cell in the ca...
Saritasarkaria asked 19/9, 2012 at 9:42
6
Solved
<Page
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Background="Black">
<!-- Rounded yellow border -->
&l...
Diverge asked 21/5, 2011 at 12:41
16
Solved
I have a rectangle image (jpg) and want to use it to fill the background of a button with rounded corner in xcode.
I wrote the following:
UIButton *button = [[UIButton buttonWithType:UIButtonType...
Insightful asked 18/2, 2011 at 23:57
4
Solved
Is there any way I could create custom pop up with rounded borders?
This is my current code and design:
child: Container(
child: PopupMenuButton(
onSelected: _savedLocationOptionSelected,
item...
Oft asked 17/6, 2019 at 22:24
58
Solved
In Android, an ImageView is a rectangle by default. How can I make it a rounded rectangle (clip off all 4 corners of my Bitmap to be rounded rectangles) in the ImageView?
Note that from 2021 onwar...
Particulate asked 17/3, 2010 at 4:32
6
Solved
I'd like to create image (from another one) with rounded corners with GDI+. What's the best way to do this?
PS: it's not for web, so I cannot make use of client CSS
Industrials asked 18/11, 2009 at 20:16
11
Solved
Bootstrap 3 has dropped rounded corners on tables. Which styles should I apply to get them back when I apply the .table-bordered class, please?
UPDATE
So far I've come to this code, with no effec...
Commutable asked 10/9, 2013 at 22:14
4
Solved
How can I create a UIButton with rounded corners that are smooth?
The standard apple rounded corners are much nicer than the standard rounded corners.
If I design a button in sketch, I can toggle...
Marnimarnia asked 13/9, 2018 at 9:9
4
Solved
What is the preferred way to create rounded corners for buttons in Kivy?
Are there other equally viable ways to perform this task?
Jeramey asked 25/9, 2013 at 12:39
2
Solved
I have created a bar chart in chart.js using the below code. However I want to give the bars rounded corners instead of edged ones at the top of the bars. I can't find any way to do this using the ...
Nygaard asked 23/7, 2015 at 8:54
10
Solved
I had this drawable to have a rounded rectangle as a background:
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/white" />
<stroke ...
Fieldwork asked 19/1, 2012 at 17:30
4
Solved
I want to create an Activity with a SearchView that is not in the ActionBar (in fact, I'm using the NoActionBar theme). Now I want this SearchView to have rounded corners (not the EditText inside t...
Jadwiga asked 26/9, 2015 at 12:2
7
Solved
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.
Here's my code:
drawable...
Cesena asked 13/6, 2017 at 17:12
2
Solved
I want to draw a rectangle with rounded corners (border radius same for all 4 corners) with a specific color filling the entire rectangle, and a separate border color (say border is 1 px wide).
Fr...
Septemberseptembrist asked 22/3, 2015 at 16:5
2
Solved
I have answer on this question, but I spend too much time while searching for it.
That's why I created this question, so it would be easier for others.
You can't just round image corners with shape...
Zeigler asked 10/2, 2021 at 13:39
4
I'd like to create a shape like the one displayed below entirely in CSS. As you can tell, it would take a bit more tweaking than simply applying rounded corners...
Can it be done?
Maurita asked 24/1, 2013 at 18:25
3
Solved
I have a simple Activity and I would like to have the a rounded rectangle shape. The activity uses a translucent Drawable. I have seen popup windows by other developers that are translucent (not a ...
Hung asked 23/5, 2011 at 18:58
2
Solved
I have two ListViews (leftList, rightList). I also have one TextView which I use as row view in both of them.
I have a rectangle drawable shape and set it as background to the TextView.
I would l...
Haddock asked 19/5, 2017 at 13:47
10
Solved
I know I can round all four corners using:
myBtn.layer.cornerRadius = 8
myBtn.layer.masksToBounds = true
Since I only want to round two, I did some research and found this:
extension UIView {...
Brittni asked 11/5, 2016 at 13:16
5
Solved
I am trying to make the corners of a Window (WPF) rounded and it doesn't work, I tried to make the window itself transparent and add an internal border with rounded corners and it doesn't work.
An...
Striker asked 17/3, 2009 at 15:4
4
Solved
I am trying to achieve rounded corners similar to this article here, but combined with text in the centre, so far i have the code below, but i am not sure how to combine both ideas
Any help would...
Cristobal asked 23/5, 2016 at 6:37
6
Solved
Hello, through some research around here and other sites, I've made a rounded edges button.
protected override void OnPaint(PaintEventArgs e)
{
base.OnPaint(e);
Rectangle Rect = new Rectangle...
Nath asked 12/2, 2015 at 19:50
1
Solved
I want to create BottomAppBar with rounded corners, circular notched rectangle and material shadow.
The problem is that when I add rounded corners to BottomAppBar by wrapping it with ClipRRect wid...
Talich asked 9/2, 2020 at 15:48
2
Solved
I am currently learning pygame. When programming rectangles with rounded corners I encountered a problem.
pygame.draw.rect()
draw a rectangle
rect(surface, color, rect) -> Rect
rect(surface, ...
Bergin asked 30/4, 2020 at 12:18
17
Solved
I wanted image to have rounded corners. I implement this xml code and use this in my image view. but image overlap the shape. I am downloading the image through async task.
<?xml version=...
Lacteous asked 23/12, 2013 at 12:43
© 2022 - 2025 — McMap. All rights reserved.