AndroidIconAnimator
AndroidIconAnimator copied to clipboard
API 24: Add ability to specify `android:fillType` attribute
According to the docs:
Sets the fillType for a path. The types can be either "evenOdd" or "nonZero". They behave the same as SVG's "fill-rule" properties. For more details, see FillRuleProperty.
This is API 21 right?
API 24 actually. Doesn't look like the support library provides support for it either right now (same as gradients).