You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2020. It is now read-only.
I have list with items and in every item I have circle shape with image content: <StackLayout HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" Grid.Row="0" Grid.Column="1" Grid.RowSpan="2" BackgroundColor="White" Orientation="Vertical"> <xfShapeView:ShapeView x:Name="StepOneNumber" ShapeType="Circle" HeightRequest="48" WidthRequest="48" Color="{Binding IconBackgroundColorCode}" VerticalOptions="CenterAndExpand" HorizontalOptions="StartAndExpand" Margin="5, 0, 0, 0"> <xfShapeView:ShapeView.Content> <Image Source="{Binding IconUrl}" VerticalOptions="CenterAndExpand" HorizontalOptions="CenterAndExpand" WidthRequest="32" HeightRequest="32" /> </xfShapeView:ShapeView.Content> </xfShapeView:ShapeView> </StackLayout>
When I change image on server and pull list to refresh it's ok, images are updated, but if I change color on server, color in circle around image doesn't update. Also if I pull list to refresh several times in short period, colors get mess up some times.
The text was updated successfully, but these errors were encountered:
I have list with items and in every item I have circle shape with image content:
<StackLayout HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" Grid.Row="0" Grid.Column="1" Grid.RowSpan="2" BackgroundColor="White" Orientation="Vertical"> <xfShapeView:ShapeView x:Name="StepOneNumber" ShapeType="Circle" HeightRequest="48" WidthRequest="48" Color="{Binding IconBackgroundColorCode}" VerticalOptions="CenterAndExpand" HorizontalOptions="StartAndExpand" Margin="5, 0, 0, 0"> <xfShapeView:ShapeView.Content> <Image Source="{Binding IconUrl}" VerticalOptions="CenterAndExpand" HorizontalOptions="CenterAndExpand" WidthRequest="32" HeightRequest="32" /> </xfShapeView:ShapeView.Content> </xfShapeView:ShapeView> </StackLayout>
When I change image on server and pull list to refresh it's ok, images are updated, but if I change color on server, color in circle around image doesn't update. Also if I pull list to refresh several times in short period, colors get mess up some times.
The text was updated successfully, but these errors were encountered: