Better shell
This commit is contained in:
@@ -30,9 +30,7 @@
|
||||
</ListView.ItemContainerStyle>
|
||||
<ListView.ItemTemplate>
|
||||
<DataTemplate x:DataType="shared:MailAccount">
|
||||
<TextBlock
|
||||
Style="{ThemeResource BodyTextBlockStyle}"
|
||||
Text="{x:Bind Address}" />
|
||||
<TextBlock Style="{ThemeResource BodyTextBlockStyle}" Text="{x:Bind Address}" />
|
||||
</DataTemplate>
|
||||
</ListView.ItemTemplate>
|
||||
</ListView>
|
||||
|
||||
Reference in New Issue
Block a user