Skip to content

Commit

Permalink
I added more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienDoumer committed May 21, 2018
1 parent b3ed003 commit e34aa9e
Showing 1 changed file with 55 additions and 19 deletions.
74 changes: 55 additions & 19 deletions FontAwesome/FontAwesome/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,76 @@
xmlns:local="clr-namespace:FontAwesome"
x:Class="FontAwesome.MainPage">

<Label Text="&#xf00c;"
<StackLayout>

<Label Text="&#xf00c;"
FontSize="50"
TextColor="SkyBlue"
VerticalOptions="Center"
HorizontalOptions="Center" >
<Label.FontFamily>
<OnPlatform x:TypeArguments="x:String"
<Label.FontFamily>
<OnPlatform x:TypeArguments="x:String"
Android="Font Awesome 5 Free-Solid-900.otf#Font Awesome 5 Free Solid"
iOS="Font Awesome 5 Free"
WinPhone="Assets/Font Awesome 5 Free-Solid-900.otf#Font Awesome 5 Free" />
</Label.FontFamily>
</Label>
<Label Text="&#xf369;"
</Label.FontFamily>
</Label>

<Label Text="&#xf249;"
FontSize="100"
TextColor="SkyBlue"
TextColor="Tan"
VerticalOptions="Center"
HorizontalOptions="Center" >
<Label.FontFamily>
<OnPlatform x:TypeArguments="x:String"
Android="Font Awesome 5 Free-Regular-400.otf#Font Awesome 5 Free Solid"
<Label.FontFamily>
<OnPlatform
x:TypeArguments="x:String"
Android="Font Awesome 5 Free-Regular-400.otf#Font Awesome 5 Free Regular"
iOS="Font Awesome 5 Free"
WinPhone="Assets/Font Awesome 5 Free-Solid-900.otf#Font Awesome 5 Free" />
</Label.FontFamily>
</Label>
<Label Text="&#xf36c;"
FontSize="50"
WinPhone="Assets/Font Awesome 5 Free-Regular-400.otf#Font Awesome 5 Free" />
</Label.FontFamily>
</Label>

<Label Text="&#xf2bb;"
FontSize="100"
TextColor="Tan"
VerticalOptions="Center"
HorizontalOptions="Center" >
<Label.FontFamily>
<OnPlatform x:TypeArguments="x:String"
<Label.FontFamily>
<OnPlatform
x:TypeArguments="x:String"
Android="Font Awesome 5 Free-Regular-400.otf#Font Awesome 5 Free Solid"
iOS="Font Awesome 5 Free"
WinPhone="Assets/Font Awesome 5 Free-Regular-400.otf#Font Awesome 5 Free" />
</Label.FontFamily>
</Label>
<Label Text="&#xf2a3;"
FontSize="100"
TextColor="SeaGreen"
VerticalOptions="Center"
HorizontalOptions="Center" >
<Label.FontFamily>
<OnPlatform
x:TypeArguments="x:String"
Android="Font Awesome 5 Free-Solid-900.otf#Font Awesome 5 Free Solid"
iOS="Font Awesome 5 Free"
WinPhone="Assets/Font Awesome 5 Free-Solid-900.otf#Font Awesome 5 Free" />
</Label.FontFamily>
</Label>
</Label.FontFamily>
</Label>
<Label Text="&#xf0f9;"
FontSize="100"
TextColor="GreenYellow"
VerticalOptions="Center"
HorizontalOptions="Center" >
<Label.FontFamily>
<OnPlatform
x:TypeArguments="x:String"
Android="Font Awesome 5 Free-Solid-900.otf#Font Awesome 5 Free Solid"
iOS="Font Awesome 5 Free"
WinPhone="Assets/Font Awesome 5 Free-Solid-900.otf#Font Awesome 5 Free" />
</Label.FontFamily>
</Label>
</StackLayout>



</ContentPage>

0 comments on commit e34aa9e

Please sign in to comment.