File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7272 HorizontalAlignment =" Right"
7373 VerticalAlignment =" Top" >
7474 <Image x : Name =" headerImage"
75- Source =" ms-appx:///sourceassets/animations/samples/assets/icon.png "
75+ Source =" {ThemeResource HeaderImage} "
7676 Stretch =" UniformToFill" />
7777 </Viewbox >
7878 <Rectangle x : Name =" BackdropRect"
Original file line number Diff line number Diff line change 55 xmlns : meta =" using:CommunityToolkit.Tooling.SampleGen.Metadata"
66 xmlns : win =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" >
77
8- <converters : IconConverter x : Key =" iconConverter" />
9-
108 <!-- Kind of not supported in Uno (at least directly like this) see https://github.com/unoplatform/uno/issues/7582 (and related root issue)
119 <Style x:Key="IndentedGridViewItemStyle"
1210 BasedOn="{StaticResource DefaultGridViewItemStyle}"
2321 </Grid .ColumnDefinitions>
2422 <Image Width =" 16" >
2523 <Image .Source>
26- <BitmapImage UriSource =" {Binding Icon, Converter={StaticResource iconConverter} }" DecodePixelHeight =" 16" DecodePixelWidth =" 16" />
24+ <BitmapImage UriSource =" {Binding Icon}" DecodePixelHeight =" 16" DecodePixelWidth =" 16" />
2725 </Image .Source>
2826 </Image >
2927 <TextBlock Grid.Column=" 1"
7472 VerticalAlignment =" Center"
7573 Stretch =" Uniform" >
7674 <Image .Source>
77- <BitmapImage UriSource =" {Binding Icon, Converter={StaticResource iconConverter} }" />
75+ <BitmapImage UriSource =" {Binding Icon}" />
7876 </Image .Source>
7977 </Image >
8078 </Grid >
You can’t perform that action at this time.
0 commit comments