Skip to content

Commit

Permalink
fix: [SamplesApp] Missing Icon Resource
Browse files Browse the repository at this point in the history
  • Loading branch information
workgroupengineering committed Apr 22, 2022
1 parent 19fbedf commit d5c5038
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Page.Resources>
<FontIconSource x:Name="Icon" Glyph="&#xE710;" />
<FontIconSource x:Name="Icon" Glyph="&#xE710;"/>
</Page.Resources>

<Grid>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Page.Resources>
<FontIconSource x:Name="Icon" Glyph="&#xE710;"/>
</Page.Resources>

<Grid>
<Grid.RowDefinitions>
<RowDefinition />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Page.Resources>
<FontIconSource x:Name="Icon" Glyph="&#xE710;" />
<FontIconSource x:Name="Icon" Glyph="&#xE710;"/>
</Page.Resources>

<Grid>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Page.Resources>
<FontIconSource x:Name="Icon" Glyph="&#xE710;"/>
</Page.Resources>

<Grid>
<Grid.RowDefinitions>
<RowDefinition />
Expand Down

0 comments on commit d5c5038

Please sign in to comment.