Mikepenz.Android.Iconics.Xamarin.Binding 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Mikepenz.Android.Iconics.Xamarin.Binding --version 1.2.0
NuGet\Install-Package Mikepenz.Android.Iconics.Xamarin.Binding -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mikepenz.Android.Iconics.Xamarin.Binding" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mikepenz.Android.Iconics.Xamarin.Binding --version 1.2.0
#r "nuget: Mikepenz.Android.Iconics.Xamarin.Binding, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mikepenz.Android.Iconics.Xamarin.Binding as a Cake Addin
#addin nuget:?package=Mikepenz.Android.Iconics.Xamarin.Binding&version=1.2.0

// Install Mikepenz.Android.Iconics.Xamarin.Binding as a Cake Tool
#tool nuget:?package=Mikepenz.Android.Iconics.Xamarin.Binding&version=1.2.0

C# bindings for Android-Iconics library.

Android-Iconics is a library to use (almost) any alternative iconfont in your projects. It allows you to add any Android-Iconics compatible typeface-library-addon to your project and you are able to start using that font.
https://mikepenz.github.io/Android-Iconics

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Mikepenz.Android.Iconics.Xamarin.Binding:

Package Downloads
Mikepenz.MaterialDrawer.Xamarin.Android

C# bindings for MaterialDrawer library. The MaterialDrawer library aims to provide the easiest possible implementation of a navigation drawer for your application. It provides a great amount of out of the box customizations and also includes an easy to use header which can be used as AccountSwitcher. https://github.com/mikepenz/MaterialDrawer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.1 11,184 12/15/2015
1.2.1 34,727 7/15/2015
1.2.0 1,465 7/1/2015
1.0.2 1,346 6/10/2015
0.9.1.2 3,408 5/18/2015

Updated to version 1.2.0.
Renamed main namespace to Mikepenz.Iconics.
- add new feature to create an IconicsDrawable using text
- deprecate the old actionBarSize() method in favor of the new actionBar() method
- update libraries (MaterialDrawer, AboutLibraries)
- update appCompat libraries
- allow setting size or padding via xml for the IconcisImageView
- add api to set rounded corners for the background
- add new api methods to set width and height separately
- remove iconText method and replace with icon
- add new IconicsArrayBuilder to create many drawables with the same style with ease
- fix bug with the background and roundedCorners
- fix icon not displaying in the button with lolllipop