Styling changes

This commit is contained in:
watsonb8
2019-12-18 23:04:00 -05:00
parent 1e7e71f29d
commit 7d2f3f9553
6 changed files with 5 additions and 7 deletions

View File

@ -10,7 +10,6 @@
<ContentView.Content>
<StackLayout
x:Name="Container"
BackgroundColor="blue"
HorizontalOptions="Center"
VerticalOptions="Start">
<Label

View File

@ -24,7 +24,6 @@
x:Name="PartyMembersLabel"
Text="Party Members"/>
<ml:MemberList
BackgroundColor="Transparent"
x:Name="MembersList"
VerticalOptions="FillAndExpand"
Members="{Binding Members}"/>