Reputation: 1
I am working on the xamarin forms and using the xaml to make the UI.
Please see the aboveimage and let me know how to draw this in xaml and in the image number is dynamic
Upvotes: 0
Views: 203
Reputation: 3274
Use AbsoluteLayout
and just use an image (or better a svg) on top of which you add a Label
bound to your int
value.
Upvotes: 0