Icons finally working with pngs (SVGs later maybe)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
||||
<RowDefinition Height="28"/>
|
||||
<RowDefinition Height="28"/>
|
||||
<RowDefinition Height="*"/>
|
||||
<RowDefinition Height="50"/>
|
||||
<RowDefinition Height="60"/>
|
||||
</Grid.RowDefinitions>
|
||||
<!--Header-->
|
||||
<StackLayout
|
||||
|
Reference in New Issue
Block a user