12 lines
381 B
XML
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>
|