panel corner radius

gjoisa

Active Member
Licensed User
Longtime User
It seems a bug in property setting of panel view (designer). When I want to keep the corner radius property blank , designer freezes working . Before to 2.22 it was working .
 

gjoisa

Active Member
Licensed User
Longtime User
I kept the corner radius property blank in previous versions . In new version it showed unexpected behavior . Tried it with 0 and works fine . Thank you .
 

Dave O

Well-Known Member
Licensed User
Longtime User
I wondering if the default corner radius for panels should be 0 instead of 5.

The Android GUI style since 4.0 has been square edges, not round. Is this an Android default, or just a B4A default that is perhaps outdated?
 
Top