diff --git a/Example/App.xaml b/Example/App.xaml
index a2880cd..d81b312 100644
--- a/Example/App.xaml
+++ b/Example/App.xaml
@@ -2,6 +2,13 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
-
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/Example/Example.csproj b/Example/Example.csproj
index ed5d1f3..851c645 100644
--- a/Example/Example.csproj
+++ b/Example/Example.csproj
@@ -44,6 +44,12 @@
..\packages\Autofac.4.8.1\lib\net45\Autofac.dll
+
+ ..\packages\MaterialDesignColors.1.1.2\lib\net45\MaterialDesignColors.dll
+
+
+ ..\packages\MaterialDesignThemes.2.4.1.1101\lib\net45\MaterialDesignThemes.Wpf.dll
+
..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll
diff --git a/Example/MainWindow.xaml b/Example/MainWindow.xaml
index 288ce56..d83c981 100644
--- a/Example/MainWindow.xaml
+++ b/Example/MainWindow.xaml
@@ -5,6 +5,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
xmlns:local="clr-namespace:Example"
+ xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:prism="http://prismlibrary.com/"
Title="MainWindow"
@@ -12,34 +13,49 @@
Height="450"
d:DataContext="{d:DesignInstance local:MainWindowViewModel}"
prism:ViewModelLocator.AutoWireViewModel="True"
- Background="#E20074"
+ Background="{DynamicResource MaterialDesignPaper}"
+ FontFamily="{DynamicResource MaterialDesignFont}"
+ TextElement.FontSize="13"
+ TextElement.FontWeight="Regular"
+ TextElement.Foreground="{DynamicResource MaterialDesignBody}"
+ TextOptions.TextFormattingMode="Ideal"
+ TextOptions.TextRenderingMode="Auto"
mc:Ignorable="d">
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Example/packages.config b/Example/packages.config
index e9a32a9..25ca2a4 100644
--- a/Example/packages.config
+++ b/Example/packages.config
@@ -2,6 +2,8 @@
+
+
diff --git a/Katteker.Gui/Katteker.UserInterface.csproj b/Katteker.Gui/Katteker.UserInterface.csproj
index 902273b..ddc127d 100644
--- a/Katteker.Gui/Katteker.UserInterface.csproj
+++ b/Katteker.Gui/Katteker.UserInterface.csproj
@@ -34,9 +34,6 @@
bin\Release\Katteker.UserInterface.xml
-
- ..\packages\Katteker.1.1.0\lib\net45\Katteker.dll
-
@@ -74,6 +71,12 @@
UpdateWindow.cs
+
+
+ {a45e1c59-ba9e-452c-a5e2-50de49d53e92}
+ Katteker
+
+