Files
appleneko2001 e5e9d3c945 Merge remote-tracking branch 'origin/dev' into 3.0_major_update
# 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
2022-07-05 11:02:37 +09:00

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>