Share via

UI Design help

Eduardo Gomez 4,316 Reputation points
2021-08-20T12:10:13.887+00:00

Hey dude @Anonymous

Do you think you could help me make this UI please

125065-microsoft.png

Developer technologies | .NET | Xamarin
0 comments No comments

Answer accepted by question author

JarvanZhang 23,971 Reputation points
2021-08-23T08:26:22.927+00:00

Hello,​

Welcome to our Microsoft Q&A platform!

It seems that LeonLu has provided the code about how to design the bubbles in this thread. The bubble is design via drawing two cubic Bezier curves, you can specify different points to change the shape of bubble. For more detail, you could refer to this doc.

To design the UI as the picture shown, you could use a relativeLayout to define the position of each view. Or just use stackLayout as the parent and set the HorizontalOptions the head icon to Start or End. Adjust the direction of the bubble of the chart cell to make it point to the head icon.

Best Regards,

Jarvan Zhang


If the response is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.