a792132428
Updated and enchanced MainPage Updated Core
17 lines
616 B
XML
17 lines
616 B
XML
<Page
|
|
NavigationCacheMode="Enabled"
|
|
x:Class="FoxTube.Views.HomeSections.Trending"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:controls="using:FoxTube.Controls"
|
|
mc:Ignorable="d"
|
|
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
|
|
Loaded="Page_Loaded">
|
|
|
|
<Grid>
|
|
<RefreshContainer>
|
|
<controls:ItemsGrid x:Name="grid"/>
|
|
</RefreshContainer>
|
|
</Grid>
|
|
</Page> |