This post is for requesting a feature of card view
1- I want an option that makes the display card completely round
Meaning that if it is a square it will be a circle
There are some ways to do this using blocks, but you will encounter problems with many
devices
2- To be round on one side
Any suggestions
1 Like
agreed and voted ! It would be really great to have that feature.
Yoshi
(KidKoder)
May 29, 2020, 9:30am
#3
salem_m_s2021:
To be round on one side
This is the only thing I want… could you make a poll for each? (and add the features in point 3?)
1 Like
just set border radius to height/2.
salem_m_s2021:
To be round on one side
i have already made it
that’s part of my next guide… you must have to wait…
1 Like
Yoshi
(KidKoder)
May 29, 2020, 9:38am
#7
nikzdreamer2001:
It’s done…
I know… but I meant something like in thunkable, that we have the rounded settings for each corner. Do you agree?
i’m also saying about radius for each corner
It does not work on many devices
I was using it already
can you name some devices??
salem_m_s2021:
Do not talk use pictures
i didn’t understood what you want to say…
New long devices
Also two Samsung Note 5 devices
Yoshi
(KidKoder)
May 29, 2020, 10:06am
#14
nikzdreamer2001:
radius for each corner
I know, I meant we should have an option in designer for it…
2 Likes
yes there must be option for it…
1 Like
Diagreed. If you turn a Card View into a circle by that method, it will work for some devices but gets distorted on other devices ( which have soft navigation ) and tablets.
Vishwas
(Vishwas Adiga)
May 29, 2020, 10:15am
#17
It’s not possible to add a property to set the border radius of each corner because Android doesn’t provide an underlying implementation of the same which we can use.
Will not be added since there exist not such a option in code.
3 Likes
No, there is a block to turn layouts into perfect round which works on all devices but blocks are required to do it.