More tab view styling

This commit is contained in:
watsonb8
2019-12-23 12:23:51 -05:00
parent fa82c4fa30
commit 5f241615ad
8 changed files with 27 additions and 11 deletions

View File

@ -36,4 +36,5 @@
margin-top: 20;
margin-bottom: 20;
border-radius: 15;
background-color: #626363;
}

View File

@ -59,12 +59,13 @@
<dialog:Modal x:Name="Modal"
Grid.Column="1"
Grid.Row="2"
BackgroundColor="Gray"
StyleClass="secondAccentColor"
HorizontalOptions="Center"
VerticalOptions="End"/>
<!--Music Player-->
<mp:Player
StyleClass="secondAccentColor"
x:Name="Player"
Grid.Row="3"
Grid.ColumnSpan="2"/>

View File

@ -23,4 +23,3 @@ Button {
background-color: transparent;
}
s

View File

@ -17,6 +17,8 @@
<tabView:TabViewControl
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand"
TabSizeOption="100"
HeaderBackgroundColor="#232323"
x:Name="TabView">
<tabView:TabViewControl.ItemSource>
<tabView:TabItem