Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions UWP-004/UWP-004/WhatIsXAML/WhatIsXAML/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
mc:Ignorable="d"
Loaded="Page_Loaded">

<GridView Name="LayoutGrid" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid Name="LayoutGrid" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Button Name="ClickMeButton"
HorizontalAlignment="Left"
Expand All @@ -35,5 +35,5 @@
VerticalAlignment="Top"
FontSize="48" />

</GridView>
</Grid>
</Page>
4 changes: 2 additions & 2 deletions UWP-005/UWP-005/WhatIsXAML/WhatIsXAML/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
mc:Ignorable="d"
Loaded="Page_Loaded">

<GridView Name="LayoutGrid" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid Name="LayoutGrid" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Button Name="ClickMeButton"
HorizontalAlignment="Left"
Expand All @@ -35,5 +35,5 @@
VerticalAlignment="Top"
FontSize="48" />

</GridView>
</Grid>
</Page>
4 changes: 2 additions & 2 deletions UWP-006/UWP-006/WhatIsXAML/WhatIsXAML/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
mc:Ignorable="d"
Loaded="Page_Loaded">

<GridView Name="LayoutGrid" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid Name="LayoutGrid" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Button Name="ClickMeButton"
HorizontalAlignment="Left"
Expand All @@ -35,5 +35,5 @@
VerticalAlignment="Top"
FontSize="48" />

</GridView>
</Grid>
</Page>