https://github.com/ShogoMizumoto/ZDepthShadow
Android - draw z-depth shadow of MaterialDesign
https://github.com/ShogoMizumoto/ZDepthShadow
Last synced: 3 months ago
JSON representation
Android - draw z-depth shadow of MaterialDesign
- Host: GitHub
- URL: https://github.com/ShogoMizumoto/ZDepthShadow
- Owner: sho5nn
- License: mit
- Created: 2014-11-25T15:51:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T14:26:25.000Z (about 9 years ago)
- Last Synced: 2025-07-11T07:25:00.392Z (4 months ago)
- Language: Java
- Size: 1.04 MB
- Stars: 570
- Watchers: 21
- Forks: 77
- 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.