File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 19
19
<muxc : NavigationView
20
20
x : Name =" NavigationView"
21
21
BackRequested =" NavigationView_OnBackRequested"
22
- IsBackEnabled =" False"
23
22
IsBackButtonVisible =" Auto"
23
+ IsBackEnabled =" False"
24
24
IsSettingsVisible =" False"
25
25
IsTitleBarAutoPaddingEnabled =" False"
26
26
ItemInvoked =" NavigationView_OnItemInvoked" >
163
163
Padding =" 8,0,0,0"
164
164
VerticalAlignment =" Top"
165
165
Background =" Transparent" >
166
- <TextBlock VerticalAlignment =" Center" Text =" MVVM Toolkit Sample App" />
166
+ <StackPanel Orientation =" Horizontal" Spacing =" 16" >
167
+ <Image
168
+ Width =" 16"
169
+ Height =" 16"
170
+ Source =" ms-appx:///Assets/StoreLogo.scale-400.png" />
171
+ <TextBlock VerticalAlignment =" Center" Text =" MVVM Toolkit Sample App" />
172
+ </StackPanel >
167
173
</Border >
168
174
</Grid >
169
175
</UserControl >
You can’t perform that action at this time.
0 commit comments