Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Application xmlns="https://github.com/avaloniaui"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- x:Class="TrackItEarnings.App"
- xmlns:local="using:TrackItEarnings"
- RequestedThemeVariant="Default">
- <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
- <Application.DataTemplates>
- <local:ViewLocator/>
- </Application.DataTemplates>
- <Application.Styles>
- <FluentTheme />
- </Application.Styles>
- <Application.Resources>
- <FontFamily x:Key="Shadows">avares://Assets/ShadowsIntoLight.ttf</FontFamily>
- </Application.Resources>
- </Application>
Advertisement
Add Comment
Please, Sign In to add comment