Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Last active February 15, 2018 20:35
Show Gist options
  • Save rdelrosario/f6debc60562c1725dcf5279e4c133cf3 to your computer and use it in GitHub Desktop.
Save rdelrosario/f6debc60562c1725dcf5279e4c133cf3 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="RelativeTimeSample.Views.MainPage"
xmlns:converter="clr-namespace:RelativeTimeSample.Helpers"
Title="News">
<ContentPage.Resources>
<ResourceDictionary>
<converter:RelativeDateTimeConvertor x:Key="RelativeDateTimeConvertor" />
</ResourceDictionary>
</ContentPage.Resources>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment