Hi,
i set the global color for this ActivityIndicators in App.xaml
:
<Style TargetType="ListView">
<Setter Property="RefreshControlColor" Value="{StaticResource NavigationPrimary}" />
</Style>
<Style TargetType="ActivityIndicator">
<Setter Property="Color" Value="{StaticResource NavigationPrimary}" />
</Style>
This works, but not for the ListView when loading the first time. I attached Screenshots:
Inital loading:
Refresh from user (pull to refresh):