# XingUI **Repository Path**: xingspace/xing-ui ## Basic Information - **Project Name**: XingUI - **Description**: 自定义的Android控件库,用于方便快速开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-30 - **Last Updated**: 2022-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XingUI #### 介绍 自定义的Android控件库,用于方便快速开发 #### 软件架构 从RoundedImageView中节选了部分代码 https://github.com/vinc3m1/RoundedImageView #### 使用说明 1. allprojects { repositories { ... maven { url 'https://jitpack.io' } } } 2. dependencies { implementation 'com.gitee.xingspace:xing-ui:v1.0' } 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1、目前需要学习的东西:动画、Path路径绘制、Drawable的绘制流程