Skip to content

rayworks/ShadowWrapper

Repository files navigation

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

About

A wrapper for implementing View's shadow effect.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages