Formatting party dialog

This commit is contained in:
watsonb8
2019-12-21 20:12:53 -05:00
parent 7f2080119f
commit 881d339ffd
5 changed files with 56 additions and 26 deletions

View File

@ -3,8 +3,8 @@
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:ml="clr-namespace:Aurora.Design.Components.MemberList"
xmlns:dg="clr-namespace:Aurora.Design.Components.DataGrid"
xmlns:library="clr-namespace:Aurora.Design.Components.Library"
xmlns:flv="clr-namespace:DLToolkit.Forms.Controls;assembly=DLToolkit.Forms.Controls.FlowListView"
x:Class="Aurora.Design.Views.Party.PartyView">
<ContentView.Resources>
<StyleSheet
@ -19,6 +19,7 @@
Height="*"/>
</Grid.RowDefinitions>
<StackLayout
x:Name="TabHeader"
Grid.Row="0">
<Label
x:Name="PartyMembersLabel"