C# (CSharp) JoanZapata.XamarinIconify Namespace

Nested Namespaces

JoanZapata.XamarinIconify.Fonts
JoanZapata.XamarinIconify.Internal
JoanZapata.XamarinIconify.JavaUtils
JoanZapata.XamarinIconify.Sample
JoanZapata.XamarinIconify.Widget

Classes

Name Description
Icon Icon represents one icon in an icon font. key: The key of icon, for example 'fa-ok' value: The character matching the key in the font, for example '\u4354'
IconDrawable Embed an icon into a Drawable that can be used as TextView icons, or ActionBar icons.
 new IconDrawable(context, IconValue.icon_star) .WithColorRes(R.WithColor.white) .WithActionBarSize(); 
If you don't set the _size of the drawable, it will use the _size that is given to him. Note that in an ActionBar, if you don't set the _size explicitly it uses 0, so please use WithActionBarSize().
Iconify
Iconify.IconifyInitializer Allows chain calls on Iconify#With(IconFontDescriptor).
Resource
Resource.Attribute
Resource.String