May 2019
Intermediate to advanced
504 pages
11h 50m
English
Previously, we created a simple chips container to display the various features of an item that is currently being offered through our application.
In the previous setup, we were only utilizing the Margin property and VerticalTextAlignment for the labels:
<FlexLayout Direction="Row" Wrap="Wrap"> <Label Text="Feature 1" Margin="4" VerticalTextAlignment="Center" BackgroundColor="Gray" /> <Label Text="Feat. 2" Margin="4" VerticalTextAlignment="Center" BackgroundColor="Lime"/> <!-- Additional Labels --></FlexLayout>
Let's modify the look of these items to make the labels look more like chips in order to improve the user experience: ...
Read now
Unlock full access