<?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"
             x:Class="TINK.App">
    <Application.Resources>
        <ResourceDictionary>
            <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>
            <x:String x:Key="IconLogin">&#xf2f6;</x:String>
            <x:String x:Key="IconSettings">&#xf013;</x:String>
            <x:String x:Key="IconFeesAndBikes">&#xf153;</x:String>
            <x:String x:Key="IconContact">&#xf095;</x:String>
            <x:String x:Key="IconInfo">&#xf05a;</x:String>
            <!-- Add more resources here -->
            <ResourceDictionary.MergedDictionaries>
                <!-- Add more resource dictionaries here -->
                <themes:Konrad/>
                <!-- Add more resource dictionaries here -->
            </ResourceDictionary.MergedDictionaries>
            <!-- Add more resources here -->
        </ResourceDictionary>
    </Application.Resources>
</Application>