Android Question [B4X] How Draw a rounded circel in the middle of a panel?

Alexander Stolte

Expert
Licensed User
Longtime User
Hey,

how can i draw that on a Panel?
I fail at the rounded one.
screen1.png


Greetings :)
 

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hi Alexander

You can use a label and the corner radius to 90. I have used this and it quiet effective as you can have text in it and also create a boarder color. You can position it anywhere you like on your activity :) (Just make sure the the panel and the label have the same parent)

Hope this helps.

Regards

John.
 
Upvote 0
Top