diff --git a/MaterialModernWPF/App.xaml b/MaterialModernWPF/App.xaml
index 80b4c6b..e303cff 100644
--- a/MaterialModernWPF/App.xaml
+++ b/MaterialModernWPF/App.xaml
@@ -4,6 +4,13 @@
xmlns:local="clr-namespace:MaterialModernWPF"
StartupUri="MainWindow.xaml">
-
+
+
+
+
+
+
+
+
diff --git a/MaterialModernWPF/MainWindow.xaml b/MaterialModernWPF/MainWindow.xaml
index b4cc00f..1644cd4 100644
--- a/MaterialModernWPF/MainWindow.xaml
+++ b/MaterialModernWPF/MainWindow.xaml
@@ -5,40 +5,58 @@
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:modern="http://modernwpf"
- x:Name="theWindow"
- Title="Chrome With 3rd Party Material Theme"
+ xmlns:system="clr-namespace:System;assembly=mscorlib"
+ x:Name="Window"
+ Title="Material Design In XAML Toolkit"
Width="920"
Height="600"
modern:UIHooks.AutoDpiScale="True"
Background="{DynamicResource MaterialDesignPaper}"
FontFamily="pack://application:,,,/MaterialDesignThemes.Wpf;component/Resources/Roboto/#Roboto"
+ Icon="airballoon.ico"
ResizeMode="CanResizeWithGrip"
TextElement.Foreground="{DynamicResource MaterialDesignBody}"
mc:Ignorable="d">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ Tell me your name:
+
+
+
+
+
+
+
@@ -49,21 +67,23 @@
Path=IsChecked,
Mode=TwoWay}"
Style="{StaticResource MaterialDesignHamburgerToggleButton}" />
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
- Material Design In XAML Toolkit
-
+ FontSize="22"
+ Text="{Binding Title,
+ ElementName=Window}" />
-
-
+
@@ -98,6 +115,6 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/MaterialModernWPF/MaterialModernWPF.csproj b/MaterialModernWPF/MaterialModernWPF.csproj
index 6fa688a..bd51b7d 100644
--- a/MaterialModernWPF/MaterialModernWPF.csproj
+++ b/MaterialModernWPF/MaterialModernWPF.csproj
@@ -34,9 +34,12 @@
prompt
4
+
+ airballoon.ico
+
-
- ..\packages\MaterialDesignColors.1.1.2\lib\net45\MaterialDesignColors.dll
+
+ ..\packages\MaterialDesignColors.1.1.3\lib\net45\MaterialDesignColors.dll
True
@@ -108,6 +111,9 @@
+
+
+