2017-09-10 13:49:11 -04:00
|
|
|
<Application
|
|
|
|
x:Class="ModernKeePass.App"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2017-10-06 17:57:36 +02:00
|
|
|
RequestedTheme="Light">
|
2017-10-05 14:50:42 +02:00
|
|
|
<Application.Resources>
|
2017-10-12 17:30:29 +02:00
|
|
|
<ResourceDictionary>
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
<ResourceDictionary Source="Styles/TextBoxWithButtonStyle.xaml" />
|
|
|
|
<ResourceDictionary Source="Styles/HamburgerButtonStyle.xaml" />
|
2017-10-27 12:33:35 +02:00
|
|
|
<ResourceDictionary Source="Styles/ListViewLeftIndicatorStyle.xaml" />
|
|
|
|
<ResourceDictionary Source="Styles/NoBorderButtonStyle.xaml" />
|
2017-11-29 19:13:38 +01:00
|
|
|
<ResourceDictionary Source="Styles/TextBlockStyles.xaml" />
|
2017-10-12 17:30:29 +02:00
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
</ResourceDictionary>
|
2017-10-05 14:50:42 +02:00
|
|
|
</Application.Resources>
|
2017-09-10 13:49:11 -04:00
|
|
|
</Application>
|