Renamed ReorderGridAnimation sample page files

This commit is contained in:
Sergio Pedri 2020-12-27 14:18:16 +01:00
Родитель bbe37de0aa
Коммит 3568ed7c98
6 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -336,7 +336,7 @@
<Content Include="SamplePages\RadialGradientBrush\RadialGradientBrush.png" />
<Content Include="SamplePages\RadialProgressBar\RadialProgressBar.png" />
<Content Include="SamplePages\RemoteDevicePicker\RemoteDevicePicker.png" />
<Content Include="SamplePages\ReorderGridAnimation\ReorderGrid.png" />
<Content Include="SamplePages\ItemsReorderAnimation\ItemsReorderAnimation.png" />
<Content Include="SamplePages\OrbitView\OrbitView.png" />
<Content Include="SamplePages\ScrollViewerExtensions\ScrollViewerExtensionsCode.bind" />
<Content Include="SamplePages\StaggeredPanel\StaggeredPanel.png" />
@ -401,7 +401,7 @@
<Content Include="SamplePages\SystemInformation\SystemInformationCode.bind" />
<Content Include="SamplePages\Connected Animations\ConnectedAnimationsCode.bind" />
<Content Include="SamplePages\Loading\LoadingCode.bind" />
<Content Include="SamplePages\ReorderGridAnimation\ReorderGrid.bind" />
<Content Include="SamplePages\ItemsReorderAnimation\ItemsReorderAnimation.bind" />
<Content Include="SamplePages\TextBoxMask\TextBoxMask.bind" />
<Content Include="SamplePages\TileControl\TileControl.bind">
<SubType>Designer</SubType>
@ -852,8 +852,8 @@
<Compile Include="SamplePages\PrintHelper\PrintHelperPage.xaml.cs">
<DependentUpon>PrintHelperPage.xaml</DependentUpon>
</Compile>
<Compile Include="SamplePages\ReorderGridAnimation\ReorderGridPage.xaml.cs">
<DependentUpon>ReorderGridPage.xaml</DependentUpon>
<Compile Include="SamplePages\ItemsReorderAnimation\ItemsReorderAnimationPage.xaml.cs">
<DependentUpon>ItemsReorderAnimationPage.xaml</DependentUpon>
</Compile>
<Compile Include="SamplePages\RotatorTile\RotatorTilePage.xaml.cs">
<DependentUpon>RotatorTilePage.xaml</DependentUpon>
@ -1324,7 +1324,7 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="SamplePages\ReorderGridAnimation\ReorderGridPage.xaml">
<Page Include="SamplePages\ItemsReorderAnimation\ItemsReorderAnimationPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>

Просмотреть файл

До

Ширина:  |  Высота:  |  Размер: 3.3 KiB

После

Ширина:  |  Высота:  |  Размер: 3.3 KiB

Просмотреть файл

@ -1,4 +1,4 @@
<Page x:Class="Microsoft.Toolkit.Uwp.SampleApp.SamplePages.ReorderGridPage"
<Page x:Class="Microsoft.Toolkit.Uwp.SampleApp.SamplePages.ItemsReorderAnimationPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:animations="using:Microsoft.Toolkit.Uwp.UI.Animations"

Просмотреть файл

@ -8,11 +8,11 @@ using Windows.UI.Xaml.Controls;
namespace Microsoft.Toolkit.Uwp.SampleApp.SamplePages
{
public sealed partial class ReorderGridPage : Page, IXamlRenderListener
public sealed partial class ItemsReorderAnimationPage : Page, IXamlRenderListener
{
private GridView imageView;
public ReorderGridPage()
public ItemsReorderAnimationPage()
{
InitializeComponent();
}

Просмотреть файл

@ -561,13 +561,13 @@
"CodeUrl": "https://github.com/windows-toolkit/Lottie-Windows"
},
{
"Name": "ReorderGridAnimation",
"Type": "ReorderGridPage",
"Name": "ItemsReorderAnimation",
"Type": "ItemsReorderAnimationPage",
"Subcategory": "Effect",
"About": "Animates items of a grid when the size changes",
"About": "Animates items of a grid or list control when the size changes",
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Animations",
"XamlCodeFile": "ReorderGrid.bind",
"Icon": "/SamplePages/ReorderGridAnimation/ReorderGrid.png",
"XamlCodeFile": "ItemsReorderAnimation.bind",
"Icon": "/SamplePages/ItemsReorderAnimation/ItemsReorderAnimation.png",
"BadgeUpdateVersionRequired": "Anniversary Update required",
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/animations/ReorderGrid.md"
},