在Android中,默认颜色是橙色,但我不知道如何更改它。\n我尝试了微软官方文档的演示代码,但\xc2\xb4不起作用。
\n//Xaml//\n<CollectionView ItemsSource="{Binding Products}"\n ItemTemplate="{StaticResource OfferProductStyle}"\n ItemsLayout="VerticalGrid,1"\n SelectionMode="Single"\n x:Name="MyCollectionView">\n</CollectionView>\n\nRun Code Online (Sandbox Code Playgroud)\n\n