23 lines
761 B
Plaintext
23 lines
761 B
Plaintext
|
|
<Application xmlns="https://github.com/avaloniaui"
|
|||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|||
|
|
x:Class="Plugin.AvaloniaPreview.App"
|
|||
|
|
xmlns:local="using:Plugin.AvaloniaPreview"
|
|||
|
|
xmlns:semi="https://irihi.tech/semi"
|
|||
|
|
xmlns:u="https://irihi.tech/ursa"
|
|||
|
|
xmlns:u-semi="https://irihi.tech/ursa/themes/semi"
|
|||
|
|
>
|
|||
|
|
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
|||
|
|
|
|||
|
|
<Application.DataTemplates>
|
|||
|
|
<local:ViewLocator/>
|
|||
|
|
</Application.DataTemplates>
|
|||
|
|
|
|||
|
|
<Application.Styles>
|
|||
|
|
<!-- <20><>ʽ<EFBFBD><CABD><EFBFBD><EFBFBD> -->
|
|||
|
|
<semi:SemiTheme />
|
|||
|
|
<u-semi:SemiTheme />
|
|||
|
|
<semi:SemiPopupAnimations />
|
|||
|
|
<StyleInclude Source="avares://Semi.Avalonia.DataGrid/Index.axaml" />
|
|||
|
|
</Application.Styles>
|
|||
|
|
|
|||
|
|
</Application>
|