Add icons

This commit is contained in:
TheXamlGuy
2024-06-20 20:41:12 +01:00
parent 055a6d619b
commit be923a00c9
10 changed files with 487 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<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>