Add icons
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user