Files
TheXamlGuy be923a00c9 Add icons
2024-06-20 20:41:12 +01:00

12 lines
381 B
XML

<UserControl
x:Class="Wallet.Avalonia.SplashView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Background="{DynamicResource AcrylicBackgroundFillColorBaseBrush}">
<Image
Width="124"
Height="124"
Source="avares://Wallet.Avalonia/Assets/Icon.png"
Stretch="Uniform" />
</UserControl>