Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sho5nn/ZDepthShadow

Android - draw z-depth shadow of MaterialDesign
https://github.com/sho5nn/ZDepthShadow

Last synced: 1 day ago
JSON representation

Android - draw z-depth shadow of MaterialDesign

Lists

README

        

ZDepthShadowLayout
==================

Android - draw z-depth shadow of MaterialDesign

## Demo

![ZDepthShadowLayout GIF](./blobs/demo.gif)

## Screen Capture

![ZDepthShadowLayout GIF](./blobs/screen_capture.png)

## Download

```groovy
apply plugin: 'com.android.application'

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

android {
// something code...
}

dependencies {
compile 'com.github.ShogoMizumoto:ZDepthShadowLayout:1.0.4'
}
```

## How to Use

```xml

```

### Attribute

#### configuration

```xml

```

#### attrs.xml

```xml
























































```

## What is ZDepth?

![ZDepthShadowLayout GIF](./blobs/shadow_zdepth.png)

#### Example : z-depth 5

![ZDepthShadowLayout GIF](./blobs/zdepthshadow_zdepth_5.png)

### Outline

![ZDepthShadowLayout GIF](./blobs/zdepthshadow_layout_1.png)

#### Example

![ZDepthShadowLayout GIF](./blobs/zdepthshadow_layout_2.png)

## MIT License

This library is released under the MIT License, see LICENSE.txt.