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.
<PackageVersion Include="Mikepenz.Android.Iconics.Xamarin.Binding" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Mikepenz.Android.Iconics.Xamarin.Binding" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Mikepenz.Android.Iconics.Xamarin.Binding@1.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Mikepenz.Android.Iconics.Xamarin.Binding&version=1.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Mikepenz.Android.Iconics.Xamarin.Binding&version=1.2.0
                    
Install as a Cake Tool

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.  net9.0-android was computed.  net10.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,966 12/15/2015 2.5.1 is deprecated because it is no longer maintained.
1.2.1 35,045 7/15/2015
1.2.0 1,790 7/1/2015
1.0.2 1,777 6/10/2015
0.9.1.2 3,838 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