Mikepenz.Android.Iconics.Xamarin.Binding
1.2.0
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
<PackageReference Include="Mikepenz.Android.Iconics.Xamarin.Binding" Version="1.2.0" />
paket add Mikepenz.Android.Iconics.Xamarin.Binding --version 1.2.0
#r "nuget: Mikepenz.Android.Iconics.Xamarin.Binding, 1.2.0"
// 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 | Versions 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. |
-
- Xamarin.Android.Support.v4 (>= 22.2.0)
- Xamarin.Android.Support.v7.AppCompat (>= 22.2.0)
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.
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