lottie-android-colorfilter-sample icon indicating copy to clipboard operation
lottie-android-colorfilter-sample copied to clipboard

This repository showcases how to add a color filter to a Lottie animation on Android

Results 1 lottie-android-colorfilter-sample issues
Sort by recently updated
recently updated
newest added

On some Android views (ImageView for example), we can set a ColorFilter: https://medium.com/over-engineering/manipulating-images-and-drawables-with-androids-colorfilter-25bf061843e7 https://developer.android.com/reference/android/graphics/ColorFilter On some cases we can even use tinting. But we can do the same on Lottie,...

help wanted
question