-
Notifications
You must be signed in to change notification settings - Fork 628
Open
Description
When running the solution as presented, the background of the frame containing Monkey data text is black.
Fix:
<Grid Padding="0" ColumnDefinitions="125,*" BackgroundColor="White">
<Image Aspect="AspectFill"
Source="{Binding Image}"
HeightRequest="125"
WidthRequest="125"
Grid.Column="0"/>
<VerticalStackLayout Grid.Column="1"
Padding="10" VerticalOptions="Center">
<Label Text="{Binding Name}"
Style="{StaticResource LargeLabel}"/>
<Label Text="{Binding Location}" Style="{StaticResource MediumLabel}"/>
</VerticalStackLayout>
</Grid>
Metadata
Metadata
Assignees
Labels
No labels