A wrapper for implementing View's shadow effect.
Support setting View's shadow attributes (including its color and direction) easily. You could also check the supported attributes here.
Inspired by the Medium article Take control of view’s shadow — Android.
repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.rayworks:ShadowWrapper:0.1.2'
}