Skip to content

Instantly share code, notes, and snippets.

@LeomarisReyes
Last active October 15, 2022 14:12
<!-- Image with rounded borders-->
<Border Grid.Row="0" Grid.RowSpan="2" Grid.Column="0"
Margin="0,0,20,0"
Stroke="Transparent"
BackgroundColor="#f2c892"
StrokeThickness="4"
WidthRequest="70"
HeightRequest="70"
StrokeShape="RoundRectangle 11">
<Image Aspect="AspectFill" Source="profile" />
</Border>
<!-- Image information-->
<Label Grid.Row="0" Grid.Column="1" Text="Claudia Welch" TextColor="#747995" FontSize="16" VerticalTextAlignment="End"/>
<Label Grid.Row="1" Grid.Column="1" Text="Apr 10, 2022" TextColor="#8d9bc8"/>
<!-- Here add the code that is being explained in the next block -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment