diff --git a/WinUIGallery/ControlPages/SwipeControlPage.xaml b/WinUIGallery/ControlPages/SwipeControlPage.xaml index d3ebdb09..cb3c6544 100644 --- a/WinUIGallery/ControlPages/SwipeControlPage.xaml +++ b/WinUIGallery/ControlPages/SwipeControlPage.xaml @@ -26,8 +26,8 @@ - - + + <Border> <Border.Resources> - <FontIconSource x:Key="AcceptIcon" Glyph="&#xE10B;"/> - <FontIconSource x:Key="FlagIcon" Glyph="&#xE129;"/> + <FontIconSource x:Key="AcceptIcon" Glyph="&#xE8FB;"/> + <FontIconSource x:Key="FlagIcon" Glyph="&#xE7C1;"/> <SwipeItems x:Key="left" Mode="Reveal"> <SwipeItem Text="Accept" IconSource="{StaticResource AcceptIcon}" Invoked="Accept_ItemInvoked"/> @@ -83,7 +83,7 @@ <Border> <Border.Resources> - <FontIconSource x:Key="DeleteIcon" Glyph="&#xE107;"/> + <FontIconSource x:Key="DeleteIcon" Glyph="&#xE74D;"/> <SwipeItems x:Key="right" Mode="Execute"> <SwipeItem Text="Archive" IconSource="{StaticResource ArchiveIcon}" BehaviorOnInvoked="Close" Invoked="DeleteOne_ItemInvoked"/> @@ -106,7 +106,7 @@ - + - + @@ -190,7 +190,7 @@ <Border> <Border.Resources> - <FontIconSource x:Key="LockIcon" Glyph="&#xE107;"/> + <FontIconSource x:Key="LockIcon" Glyph="&#xE72E;"/> <LinearGradientBrush x:Key="PurpleGradient" StartPoint="0,0.5" EndPoint="1,0.5"> <GradientStop Color="#ff8990f9" Offset="0.0"/> <GradientStop Color="#ff5b66fb" Offset="0.5"/> @@ -203,7 +203,7 @@ </Border.Resources> <SwipeControl BorderThickness="1" BorderBrush="{ThemeResource ButtonBackground}" RightItems="{StaticResource right}" - Width="300" Margin="12" Height="68"> + Width="500" Margin="12" Height="68"> <TextBlock Text="Swipe Left" Margin="12" HorizontalAlignment="Center" VerticalAlignment="Center"/> </SwipeControl>