Skip to content

Using Xamarin Forms for iOS and Android. Custom controls and renderers for Entry, SearchBar, and Label views, and FontAwesome integration using an adapted version of matthewrdev's fa2cs.

Notifications You must be signed in to change notification settings

developerMicaelRoche/FontAwesomeTabbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FontAwesomeTabbed

I developed this as a base template for my iOS and Android apps.

If you have any ideas on what else should be included as a standard template, generally something you include in all apps, let me know!

Features

Implementations

🌟 FontAwesome
Source: matthewrdev fa2cs (adapted version) and Font Awesome Cheat Sheet (Feb 2022)
Details: includes FontAwesomeRegular.cs, FontAwesomeSolid.cs, and FontAwesomeBrands.cs

Controls and Renderers

       StandardEntry           CustomSearchBar             CustomLabel          StandardCollectionView
Source jesulink2514 XamlBooksApp jesulink2514 XamlBooksApp (adapted version)
Details int CornerRadius
int BorderThickness
Color BorderColor
Thickness Padding
int CornerRadius
int BorderThickness
Color BorderColor
Color IconColor
int MinimumFontSize
int MaximumFontSize
Icon ScrollToItem
Replace Icon with your object, I haven't attempted changing Icon to Object

Usage

FontAwesome

Tab Icon

<ShellContent Title="About" ContentTemplate="{DataTemplate local:AboutPage}">
  <ShellContent.Icon>
    <FontImageSource FontFamily="FARegular" Glyph="{x:Static fa:FontAwesomeRegular.AddressBook}" />
  </ShellContent.Icon>
</ShellContent>

Image

<Image>
  <Image.Source>
    <FontImageSource FontFamily="FARegular" Glyph="{x:Static fa:FontAwesomeRegular.AddressBook}" />
  </Image.Source>
</Image>

StandardEntry

CustomSearchBar

CustomLabel

StandardCollectionView

About

Using Xamarin Forms for iOS and Android. Custom controls and renderers for Entry, SearchBar, and Label views, and FontAwesome integration using an adapted version of matthewrdev's fa2cs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages