inital
This commit is contained in:
27
FasdDesktopUi/ResourceDictionaries/BaseResources.xaml
Normal file
27
FasdDesktopUi/ResourceDictionaries/BaseResources.xaml
Normal file
@@ -0,0 +1,27 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:sys="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
|
||||
<!--Basic-->
|
||||
<ResourceDictionary Source="./Basic/MenuResources.xaml" />
|
||||
<ResourceDictionary Source="./Basic/FunctionMarkerResources.xaml" />
|
||||
<ResourceDictionary Source="./Basic/SearchBarResources.xaml" />
|
||||
|
||||
<!--DetailsPage-->
|
||||
<ResourceDictionary Source="./DetailsPageResources/TitleSectionResources.xaml" />
|
||||
<ResourceDictionary Source="./DetailsPageResources/WidgetResources.xaml" />
|
||||
<ResourceDictionary Source="./DetailsPageResources/DataHistoryResources.xaml" />
|
||||
<ResourceDictionary Source="./DetailsPageResources/CustomizableResources.xaml" />
|
||||
|
||||
<!--SlimPage-->
|
||||
<ResourceDictionary Source="./SlimPageResources/DataHistoryResources.xaml" />
|
||||
<ResourceDictionary Source="./SlimPageResources/WidgetResources.xaml" />
|
||||
|
||||
<!--SettingsPage-->
|
||||
<ResourceDictionary Source="./SettingsPageResources/SettingsPageResources.xaml" />
|
||||
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user