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

@ -27,6 +27,7 @@
#Player {
background-color: #626363;
height: 60;
}
#Content {

View File

@ -58,6 +58,7 @@
<dialog:Modal x:Name="Modal"
Grid.Column="1"
Grid.Row="2"
BackgroundColor="Gray"
HorizontalOptions="Center"
VerticalOptions="End"/>
@ -65,8 +66,7 @@
<mp:Player
x:Name="Player"
Grid.Row="3"
Grid.ColumnSpan="2"
HeightRequest="60"/>
Grid.ColumnSpan="2"/>
</Grid>
</ContentPage>