/XamarinBetterVectorDrawable

The VectorDrawable implementation for Xamarin.Android 4.0+

Primary LanguageC#

[Obsolete]

Android support library supports vector drawable since version 23.2.0 (how to use), please use it instead of BetterVectorDrawable. BetterVectorDrawable still works, but isn't maintained any more.

XamarinBetterVectorDrawable

The xamarin android binding for BetterVectorDrawable library. Supports Android 4.0+ (API level 14 or greater).

Keywords: xamarin, vector drawable, support library, compat, svg

Add library to the project

To install BetterVectorDrawable, run the following command in the Package Manager Console:

Install-Package BetterVectorDrawable

Usage

Use it in the same way as android version: BetterVectorDrawable. You can also take a look on example.