Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 808 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 808 Bytes

ShadowWrapper

A wrapper for implementing View's shadow effect.

[WIP]

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.

Import to your project

Gradle

repositories {
    ...
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.rayworks:ShadowWrapper:0.1.2'
}

Credit

Arman Soudi

Screenshot

demo