15 lines
567 B
XML
15 lines
567 B
XML
<Styles xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Design.PreviewWith>
|
|
<Border Padding="20">
|
|
<!-- Add Controls for Previewer Here -->
|
|
</Border>
|
|
</Design.PreviewWith>
|
|
<StyleInclude Source="Breadcrumb.axaml" />
|
|
<StyleInclude Source="ButtonGroup.axaml" />
|
|
<StyleInclude Source="PinCode.axaml" />
|
|
<StyleInclude Source="Skeleton.axaml" />
|
|
<StyleInclude Source="ToolBar.axaml"/>
|
|
<StyleInclude Source="TimeBox.axaml"/>
|
|
<!-- Add Styles Here -->
|
|
</Styles>
|