nkkinsoft.hdodenhof.circleimageview 3.1.1

dotnet add package nkkinsoft.hdodenhof.circleimageview --version 3.1.1
NuGet\Install-Package nkkinsoft.hdodenhof.circleimageview -Version 3.1.1
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="nkkinsoft.hdodenhof.circleimageview" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add nkkinsoft.hdodenhof.circleimageview --version 3.1.1
#r "nuget: nkkinsoft.hdodenhof.circleimageview, 3.1.1"
#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 nkkinsoft.hdodenhof.circleimageview as a Cake Addin
#addin nuget:?package=nkkinsoft.hdodenhof.circleimageview&version=3.1.1

// Install nkkinsoft.hdodenhof.circleimageview as a Cake Tool
#tool nuget:?package=nkkinsoft.hdodenhof.circleimageview&version=3.1.1

Changelog 3.13.1 Updated to .net 8 and monodroid 12.1 3.1.0 Align bitmap paint flags with BitmapDrawable (improves scaling) 3.0.2 Fix NPE during initialization on API level ⇐ 19 Fix wrong outline being provided if circular transformation is disabled 3.0.1 Fix touch event not fired if view is empty Fix touchable area limited to a circle even if transformation is disabled 3.0.0 Limit touch event handling to circle area Migrate to AndroidX Remove deprecated properties and methods 2.2.0 Add support for elevation Add circle background color attribute to replace fill color 2.1.0 Add support for padding Add option to disable circular transformation Fix hairline gap being drawn between image and border under some conditions Fix NPE when using tint attribute (which is not supported) Deprecate fill color as it seems to cause quite some confusion 2.0.0 BREAKING: Custom xml attributes are now prefixed with "civ_" Graceful handling of incompatible drawables Add support for a fill color shown behind images with transparent areas Fix dimension calculation issues with small images Fix bitmap not being cleared when set to null 1.3.0 Add setBorderColorResource(int resId) Add resource type annotations Add border_overlay attribute to allow drawing border on top of the base image 1.2.2 Add ColorFilter support 1.2.1 Fix ColorDrawables not being rendered properly on Lollipop 1.2.0 Add support for setImageURI(Uri uri) Fix view not being initialized when using CircleImageView(Context context) 1.1.1 Fix border being shown although border width is set to 0 1.1.0 Add support for ColorDrawables Add getters and setters for border color and border width 1.0.1 Prevent crash due to OutOfMemoryError 1.0.0 Initial release

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-android34.0

    • No dependencies.

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
3.1.1 198 12/11/2023

.Net 8 version