# 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中引入就可以了

布局组件

1.ZoomLayout. 基于LinearLayout实现的可联动伸缩布局组件.

视图组件

1.CentralTractionButton. 高仿腾讯QQ实现的tab手势触摸反馈tab按钮
Information: 腾讯QQ的Tab按钮动画效果完美实现
2.EcgView. 各种状态的心电图
Information: ECG心电图的绘制实现
3.PolygonLoadView. 酷酷的加载view
Inspiration : https://dribbble.com/shots/5878367-Loaders
4.ArrowInteractionView. 箭头交互动画
Inspiration : https://dribbble.com/shots/6201452-Arrow-micro-interaction
5.PointLoadingView. 点沉降加载view
6.CylinderView. 实现3d动画效果的圆饼图
Inspiration : https://dribbble.com/shots/7077455-Spending-analytics
7.ToggleView. 矢量切换动画
Inspiration : https://dribbble.com/shots/9834681--Toggle
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.