sharee.bike-App/TINKLib/View/Themes/LastenradBayern.xaml

11 lines
580 B
Plaintext
Raw Normal View History

2021-11-07 19:42:59 +01:00
<?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.LastenradBayern">
2022-04-10 17:38:34 +02:00
<!-- Pallete v0: #009BDB v1: 7fd8ff kind of light blue-->
2021-11-07 19:42:59 +01:00
<Color x:Key="primary-back-title-color">#009BDB</Color>
<!-- Pallete-end -->
<Style ApplyToDerivedTypes="true" TargetType="NavigationPage">
<Setter Property="BarBackgroundColor" Value="{DynamicResource Key=primary-back-title-color}"/>
</Style>
</ResourceDictionary>