mekasu0124

Untitled

Mar 3rd, 2024
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.70 KB | None | 0 0
  1. <Application xmlns="https://github.com/avaloniaui"
  2.             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3.             x:Class="TrackItEarnings.App"
  4.             xmlns:local="using:TrackItEarnings"
  5.             RequestedThemeVariant="Default">
  6.              <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
  7.  
  8.     <Application.DataTemplates>
  9.         <local:ViewLocator/>
  10.     </Application.DataTemplates>
  11.  
  12.     <Application.Styles>
  13.         <FluentTheme />
  14.     </Application.Styles>
  15.  
  16.     <Application.Resources>
  17.         <FontFamily x:Key="Shadows">avares://Assets/ShadowsIntoLight.ttf</FontFamily>
  18.     </Application.Resources>
  19. </Application>
Advertisement
Add Comment
Please, Sign In to add comment