diff --git a/Marechai.App/Presentation/Views/BookViewPage.xaml b/Marechai.App/Presentation/Views/BookViewPage.xaml index 29b79d49..adb97428 100644 --- a/Marechai.App/Presentation/Views/BookViewPage.xaml +++ b/Marechai.App/Presentation/Views/BookViewPage.xaml @@ -6,6 +6,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:loc="using:Marechai.App.Presentation.Converters" + xmlns:local="using:Marechai.App.Presentation.Views" NavigationCacheMode="Disabled" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> @@ -233,10 +234,7 @@ FontWeight="SemiBold" Foreground="{ThemeResource TextControlForeground}" /> - + diff --git a/Marechai.App/Presentation/Views/DocumentViewPage.xaml b/Marechai.App/Presentation/Views/DocumentViewPage.xaml index 8c190ad6..1a95a9bc 100644 --- a/Marechai.App/Presentation/Views/DocumentViewPage.xaml +++ b/Marechai.App/Presentation/Views/DocumentViewPage.xaml @@ -6,6 +6,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:loc="using:Marechai.App.Presentation.Converters" + xmlns:local="using:Marechai.App.Presentation.Views" NavigationCacheMode="Disabled" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> @@ -125,8 +126,7 @@ FontSize="14" FontWeight="SemiBold" Foreground="{ThemeResource TextControlForeground}" /> - + diff --git a/Marechai.App/Presentation/Views/MagazineViewPage.xaml b/Marechai.App/Presentation/Views/MagazineViewPage.xaml index 5e1bbefc..d63eae24 100644 --- a/Marechai.App/Presentation/Views/MagazineViewPage.xaml +++ b/Marechai.App/Presentation/Views/MagazineViewPage.xaml @@ -3,6 +3,7 @@ x:Name="PageRoot" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="using:Marechai.App.Presentation.Views" NavigationCacheMode="Disabled" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> @@ -62,7 +63,7 @@ - +