Skip to content

Commit 3c02913

Browse files
committed
New splashscreen background
1 parent 7c01aec commit 3c02913

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
379 KB
Loading

src/WinUIExSample/SplashScreen.xaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
99
mc:Ignorable="d">
1010
<Grid>
11-
<Image Source="ms-appx:///Images/logo.png" HorizontalAlignment="Center" VerticalAlignment="Center" Opacity="1"
12-
Width="200"
11+
<Image Source="ms-appx:///Images/splash.jpg" HorizontalAlignment="Center" VerticalAlignment="Center" Opacity="1" Stretch="UniformToFill"
1312
/>
1413
<StackPanel VerticalAlignment="Bottom">
15-
<TextBlock Text="WinUI EX Sample App" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,0,0,25"
16-
Foreground="#215A9D" FontWeight="Black"
17-
Style="{StaticResource TitleTextBlockStyle}" />
14+
<TextBlock Text="WinUI EX Sample App" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,0,0,-5"
15+
Foreground="White" FontWeight="Light"
16+
Style="{StaticResource TitleTextBlockStyle}" />
1817
<TextBlock x:Name="status" Text="Loading..." HorizontalAlignment="Center" />
1918
<ProgressBar x:Name="progress" Minimum="0" Maximum="100" HorizontalAlignment="Stretch"
20-
Height="20" Margin="10,3"
19+
Height="20" Margin="10,3" Foreground="White"
2120
/>
2221
</StackPanel>
2322
</Grid>

src/WinUIExSample/WinUIExSample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24+
<Content Include="Images\**\*.jpg"/>
2425
<Content Include="Images\**\*.ico">
2526
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2627
</Content>

0 commit comments

Comments
 (0)