ViewPagerIndicator 0.3.0
See the version list below for details.
dotnet add package ViewPagerIndicator --version 0.3.0
NuGet\Install-Package ViewPagerIndicator -Version 0.3.0
<PackageReference Include="ViewPagerIndicator" Version="0.3.0" />
paket add ViewPagerIndicator --version 0.3.0
#r "nuget: ViewPagerIndicator, 0.3.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid90 is compatible. |
-
- Xamarin.Android.Support.ViewPager (>= 28.0.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- 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