ViewPagerIndicator 0.3.0

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

// Install ViewPagerIndicator as a Cake Tool
#tool nuget:?package=ViewPagerIndicator&version=0.3.0

A port of ViewPagerIndicator for Xamarin.Android. A highly customizable indicator for ViewPager.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid90 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
6.0.3 1,447 6/11/2022
5.0.0 14,150 8/28/2020
0.4.0 2,218 11/4/2019
0.3.0 5,828 6/10/2019
0.2.2 589 6/10/2019
0.2.1 3,741 4/25/2018

- Added the possibility to add extra spacing between circles in CirclePageIndicator, the default spacing is now 5dp, adjust it by using the `ExtraSpacing` property or the `extraSpacing` attribute on the view
- Fixed usage of deprecated methods to calculate touches and more
- Fixed underline fade not taking selected color alpha into consideration always jumping to alpha 0xFF before animating
- Fixed usage of `fill_parent` and now using `match_parent` in layouts and README