I am working on an Xamarin Forms project, and I need a ContentPage
to display a few paragraphs, with an image.
I want to layout it out in a common way:
- The image takes up the top left quarter of the screen
- The text fills in the remaining three quarters.
How do I format my label to dynamically adjust to the image like that?