<?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"></x:String> <x:String x:Key="IconFindBike"></x:String> <x:String x:Key="IconMyBikes"></x:String> <x:String x:Key="IconAccount"></x:String> <x:String x:Key="IconLogin"></x:String> <x:String x:Key="IconSettings"></x:String> <x:String x:Key="IconFeesAndBikes"></x:String> <x:String x:Key="IconContact"></x:String> <x:String x:Key="IconInfo"></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>