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

12 lines
551 B
Plaintext
Raw Normal View History

2021-05-13 20:03:07 +02: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.Konrad">
<!-- Pallete -->
2021-11-14 23:27:29 +01:00
<!-- Red #ff0000 -->
2021-05-13 20:03:07 +02:00
<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>