From 179ce2b1bbcd990d8e9aa1332584f8981a753b5d Mon Sep 17 00:00:00 2001 From: Patrick Hellebrand Date: Thu, 23 Sep 2021 14:36:21 +0200 Subject: [PATCH] Dark Theme, added styling for messages --- PolyChat/MainPage.xaml | 12 ++++++------ PolyChat/MainPage.xaml.cs | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/PolyChat/MainPage.xaml b/PolyChat/MainPage.xaml index e2d66c4..596ea2b 100644 --- a/PolyChat/MainPage.xaml +++ b/PolyChat/MainPage.xaml @@ -6,7 +6,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:models="using:PolyChat.Models" mc:Ignorable="d" - Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> + Background="{ThemeResource ApplicationPageBackgroundThemeBrush}" RequestedTheme="Dark"> @@ -97,13 +97,13 @@ - + - - - - + + + + diff --git a/PolyChat/MainPage.xaml.cs b/PolyChat/MainPage.xaml.cs index f5a238e..b669e8e 100644 --- a/PolyChat/MainPage.xaml.cs +++ b/PolyChat/MainPage.xaml.cs @@ -81,6 +81,7 @@ namespace PolyChat public async void OnOpenNewChatDialog(object sender = null, RoutedEventArgs e = null) { + // test /* OnIncomingMessage( "1.1.1.1",