remove MSG.cs, merge content from MSG.cs and ChatMessage.cs, refactor code
This commit is contained in:
@@ -90,8 +90,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>
|
||||
|
||||
Reference in New Issue
Block a user