Mikepenz.MaterialDrawer.Xamarin.Android 3.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Mikepenz.MaterialDrawer.Xamarin.Android --version 3.1.2
NuGet\Install-Package Mikepenz.MaterialDrawer.Xamarin.Android -Version 3.1.2
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.MaterialDrawer.Xamarin.Android" Version="3.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mikepenz.MaterialDrawer.Xamarin.Android --version 3.1.2
#r "nuget: Mikepenz.MaterialDrawer.Xamarin.Android, 3.1.2"
#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.MaterialDrawer.Xamarin.Android as a Cake Addin
#addin nuget:?package=Mikepenz.MaterialDrawer.Xamarin.Android&version=3.1.2

// Install Mikepenz.MaterialDrawer.Xamarin.Android as a Cake Tool
#tool nuget:?package=Mikepenz.MaterialDrawer.Xamarin.Android&version=3.1.2

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

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.5.8 7,251 12/17/2015
3.1.2 34,681 7/16/2015
3.0.9 1,098 7/2/2015
3.0.7 1,179 6/17/2015

Updated version to 3.1.2
Fixed bug: "System.IO.FileNotFoundException: Could not load assembly 'android-iconics-1.2.0"

3.1.2
3.1.1
- fix wrong position returned inside the setListSelection methods list firing thanks @wKovacs64 ;)
- reset text inside Nameable items before setting it to the new value
- remove setting the padding for the stickyFooterItems
- switch to use gravity inside the DrawerBuilder everywhere instead of the sliderLayout
- use shadow for pre 21 devices
3.1.0
- fix typo in withSelectionFirstLineShown
- prevent another IndexOutOfBounds exception
- Fix colors_material_design.xml
- Add description text color