https://github.com/sho5nn/ZDepthShadow
Android - draw z-depth shadow of MaterialDesign
https://github.com/sho5nn/ZDepthShadow
Last synced: 5 months ago
JSON representation
Android - draw z-depth shadow of MaterialDesign
- Host: GitHub
- URL: https://github.com/sho5nn/ZDepthShadow
- Owner: sho5nn
- License: mit
- Created: 2014-11-25T15:51:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T14:26:25.000Z (over 8 years ago)
- Last Synced: 2024-08-04T00:07:07.524Z (8 months ago)
- Language: Java
- Size: 1.04 MB
- Stars: 571
- Watchers: 22
- Forks: 79
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-github-android-ui - ZDepthShadow - MD风格的安卓拉直深入阴影 (其他)
README
ZDepthShadowLayout
==================Android - draw z-depth shadow of MaterialDesign
## Demo

## Screen Capture

## 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?

#### Example : z-depth 5

### Outline

#### Example

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