Icons finally working with pngs (SVGs later maybe)

This commit is contained in:
watsonb8
2019-12-03 15:51:16 -08:00
parent c24ff95bfc
commit 22a524cfd1
9 changed files with 158 additions and 25 deletions

View File

@ -14,6 +14,7 @@
#TitleContainer {
margin-top: 10;
background-color: #3a3a3a;
}
#TitleContainer Label {
@ -22,3 +23,7 @@
font-size: 18;
vertical-align: bottom;
}
#Player {
background-color: #626363;
}

View File

@ -15,7 +15,7 @@
<RowDefinition Height="28"/>
<RowDefinition Height="28"/>
<RowDefinition Height="*"/>
<RowDefinition Height="50"/>
<RowDefinition Height="60"/>
</Grid.RowDefinitions>
<!--Header-->
<StackLayout