Skip to content

Commit

Permalink
Quick fix for Release mode in Sample App for new ItemsRepeater Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed May 15, 2020
1 parent c25f25b commit 71459d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Microsoft.Toolkit.Uwp.SampleApp.SamplePages.StaggeredLayout"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Grid>

</Grid>
<Page.Resources>
<controls:StaggeredLayout x:Key="WrapLayoutPlaceholder"/>
</Page.Resources>
</Page>
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
xmlns:local="using:Microsoft.Toolkit.Uwp.SampleApp.SamplePages.WrapLayout"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:winui="using:Microsoft.UI.Xaml.Controls"
xmlns:controls="using:Microsoft.Toolkit.Uwp.UI.Controls"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Grid>

</Grid>
<Page.Resources>
<controls:WrapLayout x:Key="WrapLayoutPlaceholder"/>
</Page.Resources>
</Page>

0 comments on commit 71459d6

Please sign in to comment.