We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32dcda7 + 91587fc commit 1108ab6Copy full SHA for 1108ab6
reference/TubePlayer/TubePlayer/Presentation/MainPage.cs
@@ -52,7 +52,7 @@ public MainPage()
52
.Children
53
(
54
new Image()
55
- .Source(new SvgImageSource(new Uri("ms-appx:///TubePlayer/Assets/navigation_bar")))
+ .Source("ms-appx:///TubePlayer/Assets/navigation_bar.png")
56
.Stretch(Stretch.UniformToFill)
57
.AutoLayout(primaryAlignment: AutoLayoutPrimaryAlignment.Stretch)
58
)
0 commit comments