File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 2
2
x : Class =" Files.UserControls.NavigationToolbar"
3
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : animatedvisuals =" using:Microsoft.UI.Xaml.Controls.AnimatedVisuals"
5
6
xmlns : contract8Present =" http://schemas.microsoft.com/winfx/2006/xaml/presentation?IsApiContractPresent(Windows.Foundation.UniversalApiContract,8)"
6
7
xmlns : converters =" using:Files.Converters"
7
8
xmlns : converters1 =" using:Microsoft.Toolkit.Uwp.UI.Converters"
584
585
x : Name =" SettingsButton"
585
586
Width =" 36"
586
587
Height =" 32"
588
+ Padding =" 0"
587
589
AccessKey =" I"
588
590
AutomationProperties.AutomationId=" SettingsButton"
589
591
AutomationProperties.Name=" {helpers:ResourceString Name=NavSettingsButton}"
590
592
Background =" Transparent"
593
+ BorderThickness =" 0"
591
594
Command =" {x:Bind SettingsButtonCommand, Mode=OneWay}"
592
- Style =" {StaticResource ToolBarButtonStyle}"
593
595
ToolTipService.ToolTip=" {helpers:ResourceString Name=NavSettingsButton}"
594
596
Visibility =" {x:Bind ShowSettingsButton, Mode=OneWay}" >
595
- <FontIcon FontSize =" 14" Glyph ="  " />
597
+ <muxc : AnimatedIcon x : Name =" SettingAnimatedIcon" Height =" 16" >
598
+ <muxc : AnimatedIcon .Source>
599
+ <animatedvisuals : AnimatedSettingsVisualSource />
600
+ </muxc : AnimatedIcon .Source>
601
+ <muxc : AnimatedIcon .FallbackIconSource>
602
+ <muxc : SymbolIconSource Symbol =" Setting" />
603
+ </muxc : AnimatedIcon .FallbackIconSource>
604
+ </muxc : AnimatedIcon >
596
605
</Button >
597
606
</StackPanel >
598
607
Original file line number Diff line number Diff line change 2
2
x : Class =" Files.UserControls.SearchBox"
3
3
xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
+ xmlns : animatedvisuals =" using:Microsoft.UI.Xaml.Controls.AnimatedVisuals"
5
6
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
7
xmlns : fs =" using:Files.Filesystem"
7
8
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
9
+ xmlns : muxc =" using:Microsoft.UI.Xaml.Controls"
8
10
d : DesignHeight =" 300"
9
11
d : DesignWidth =" 400"
10
12
mc : Ignorable =" d" >
74
76
TextChanged =" SearchRegion_TextChanged"
75
77
UpdateTextOnSelect =" False" >
76
78
<AutoSuggestBox .QueryIcon>
77
- <FontIcon FontSize =" 14" Glyph ="  " />
79
+ <muxc : AnimatedIcon x : Name =" SearchAnimatedIcon" Height =" 16" >
80
+ <muxc : AnimatedIcon .Source>
81
+ <animatedvisuals : AnimatedFindVisualSource />
82
+ </muxc : AnimatedIcon .Source>
83
+ <muxc : AnimatedIcon .FallbackIconSource>
84
+ <muxc : SymbolIconSource Symbol =" Find" />
85
+ </muxc : AnimatedIcon .FallbackIconSource>
86
+ </muxc : AnimatedIcon >
78
87
</AutoSuggestBox .QueryIcon>
79
88
<AutoSuggestBox .KeyboardAccelerators>
80
89
<KeyboardAccelerator Key =" Escape" Invoked =" SearchRegion_Escaped" />
You can’t perform that action at this time.
0 commit comments