parent
103b4801ed
commit
09ed366d2a
@ -1,13 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Application xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:d="http://xamarin.com/schemas/2014/forms/design" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" x:Class="TheGameExtreme.App">
|
<Application xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:d="http://xamarin.com/schemas/2014/forms/design" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" x:Class="TheGameExtreme.App">
|
||||||
<Application.Resources>
|
<Application.Resources>
|
||||||
<ResourceDictionary x:Key="DictionnaireR">
|
<ResourceDictionary>
|
||||||
<Style x:Key="ColorApplication" TargetType="ContentPage">
|
|
||||||
<Setter Property="BackgroundColor" Value="Black"></Setter>
|
<Color x:Key="BlackColor">black</Color>
|
||||||
</Style>
|
<Color x:Key="WhiteColor">white</Color>
|
||||||
<Style x:Key="ColorLabel" TargetType="Label">
|
<Color x:Key="SkyBlueColor">SkyBlue</Color>
|
||||||
<Setter Property="TextColor" Value="Black"></Setter>
|
|
||||||
</Style>
|
|
||||||
|
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
</Application.Resources>
|
</Application.Resources>
|
||||||
|
Loading…
Reference in new issue