e5e9d3c945
# Conflicts: # Material.Demo/App.axaml # Material.Demo/MainWindow.axaml # Material.Demo/Pages/DialogDemo.axaml # Material.Demo/Pages/DialogDemo.axaml.cs # Material.Demo/Pages/SlidersDemo.axaml # Material.Styles/Converters/AutoCorrectPositionConverter.cs # Material.Styles/DialogHost.axaml # Material.Styles/MaterialToolKit.xaml # Material.Styles/Slider.xaml # Material.Styles/Themes/MaterialThemeBase.cs
21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:themes="clr-namespace:Material.Styles.Themes;assembly=Material.Styles"
|
|
xmlns:showMeTheXaml="clr-namespace:ShowMeTheXaml;assembly=ShowMeTheXaml.Avalonia"
|
|
x:Class="Material.Demo.App">
|
|
<Application.Styles>
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml" />
|
|
<themes:MaterialTheme BaseTheme="Light"
|
|
PrimaryColor="Purple"
|
|
SecondaryColor="Indigo" />
|
|
<StyleInclude Source="avares://Material.Icons.Avalonia/App.xaml" />
|
|
<StyleInclude Source="avares://Material.DataGrid/DataGrid.xaml" />
|
|
<StyleInclude Source="avares://ShowMeTheXaml.Avalonia/XamlDisplay.xaml" />
|
|
<StyleInclude Source="avares://Material.Demo/MaterialXamlDisplay.axaml" />
|
|
<StyleInclude Source="avares://DialogHost.Avalonia/Styles.xaml" />
|
|
|
|
<Style Selector="showMeTheXaml|XamlDisplay">
|
|
<Setter Property="ClipToBounds" Value="False"></Setter>
|
|
</Style>
|
|
</Application.Styles>
|
|
</Application> |