Version 3.0.344

This commit is contained in:
Oliver Hauff 2022-10-05 07:48:13 +02:00
parent 154b6d07ca
commit 4476717f26
9 changed files with 21 additions and 17 deletions

View file

@ -1,13 +1,15 @@
<?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:themes="clr-namespace:TINK.Themes;assembly=TINKLib"
xmlns:xct="http://xamarin.com/schemas/2020/toolkit"
x:Class="TINK.App"
xmlns:ios="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core"
ios:Application.EnableAccessibilityScalingForNamedFontSizes="false">
<Application.Resources>
<ResourceDictionary>
<x:String x:Key="IconMap">&#xf5a0;</x:String>
<xct:InvertedBoolConverter x:Key="InvertedBoolConverter" />
<x:String x:Key="IconMap">&#xf5a0;</x:String>
<x:String x:Key="IconFindBike">&#xf002;</x:String>
<x:String x:Key="IconMyBikes">&#xf206;</x:String>
<x:String x:Key="IconAccount">&#xf007;</x:String>
@ -29,4 +31,4 @@
<!-- Add more resources here -->
</ResourceDictionary>
</Application.Resources>
</Application>
</Application>