Merged with UI Changes and NetworkController

This commit is contained in:
Patrick Hellebrand
2021-09-21 11:04:56 +02:00
11 changed files with 223 additions and 67 deletions

View File

@@ -98,8 +98,8 @@
<ListView.ItemTemplate>
<DataTemplate x:DataType="models:ChatMessage">
<StackPanel x:Name="Message" Margin="0 4" Padding="16 8" CornerRadius="4" Background="{ThemeResource SystemAccentColor}">
<TextBlock Text="{x:Bind Text}"/>
<TextBlock Text="{x:Bind Date}"/>
<TextBlock Text="{x:Bind Msg}"/>
<TextBlock Text="{x:Bind StringTimeStamp}"/>
<TextBlock Text="{x:Bind Foreign}"/>
</StackPanel>
</DataTemplate>