Formatting party dialog
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
|
||||
#Player {
|
||||
background-color: #626363;
|
||||
height: 60;
|
||||
}
|
||||
|
||||
#Content {
|
||||
|
@ -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>
|
Reference in New Issue
Block a user