SpentWorkshop/Spent/App.xaml

13 строки
578 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Application xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Spent.App">
<Application.Resources>
<ResourceDictionary>
<Color x:Key="Primary">#53BA9D</Color>
<Color x:Key="MediumGrayTextColor">#4d4d4d</Color>
<Style TargetType="NavigationPage">
<Setter Property="BarBackgroundColor" Value="{StaticResource Primary}" />
<Setter Property="BarTextColor" Value="White" />
</Style>
</ResourceDictionary>
</Application.Resources>
</Application>