mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-01 00:46:33 +01:00
11 lines
No EOL
526 B
XML
11 lines
No EOL
526 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ResourceDictionary xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="TINK.Themes.Konrad">
|
|
<!-- Pallete -->
|
|
<Color x:Key="primary-back-title-color">Red</Color>
|
|
<!-- Pallete-end -->
|
|
<Style ApplyToDerivedTypes="true" TargetType="NavigationPage">
|
|
<Setter Property="BarBackgroundColor" Value="{DynamicResource Key=primary-back-title-color}"/>
|
|
</Style>
|
|
</ResourceDictionary> |