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: 3 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T14:26:25.000Z (about 8 years ago)
- Last Synced: 2024-05-22T06:14:04.258Z (6 months ago)
- Language: Java
- Size: 1.04 MB
- Stars: 570
- 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
![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.