# NguiLib
**Repository Path**: android_locker/NguiLib
## Basic Information
- **Project Name**: NguiLib
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-05-11
- **Last Updated**: 2024-05-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# NguiLib
简体中文 | [English](./README.md) |
适用于Android的 漂亮 + 实用 + 简单 风格的自定义视图和布局集合,最小sdk版本兼容到14,欢迎rp
Jcenter地址:
https://bintray.com/jiangzhengnan/NguiLib/NguiLib
用法
-------
gradle:
```grovvy
repositories {
jcenter()
}
...
dependencies {
api 'ng.ngui.ngbase:nguilib:0.0.12'
}
```
直接复制在gradle中引入就可以了
2.EcgView. 各种状态的心电图
3.PolygonLoadView. 酷酷的加载view
4.ArrowInteractionView. 箭头交互动画
5.PointLoadingView. 点沉降加载view
6.CylinderView. 实现3d动画效果的圆饼图
7.ToggleView. 矢量切换动画
8.BoundlessSeekBar. 可拖拽横向选择条,支持惯性滑动。
## 待做
- [x] https://dribbble.com/shots/6612066-Tab-Bar-active-animation
## License
Copyright 2021, Jiang Zhengnan
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.