# NewTvWidget-UI **Repository Path**: kumei/NewTvWidget-UI ## Basic Information - **Project Name**: NewTvWidget-UI - **Description**: TV开发的 相关 UI库,使用主题配置 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-08 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TvWidget 组件库-UI库 ``` 1. 别人更新了子模块代码这么办? 需要从远程仓库更新代码 git submodule update --remote 或者 直接进入到子模块目录下: git pull 2. 如果在 NewSettingsPro 修改子模块这么办? 首先先 进入子模块 git add .. git commit .. git push origin master HEAD:master. 最后 返回NewSettingsPro目录,也是 git add..git commit.. git push,因为 子模块的commit id更新. 不完成上面的两步,不然下次git clone --recursive 拉不到最新的代码 ``` # TODO * 增加高斯模糊接口以及控件 * 全局字体模块支持 * 阴影支持 # v1.0.0 * 增加 TVDialog * 增加 TVUIButton * 增加 TVUISeekArc 环形进度条