# UIUtil **Repository Path**: jerry_ee/UIUtil ## Basic Information - **Project Name**: UIUtil - **Description**: UIUtil for Android,歌词,刻度动画,比较,卫星菜单,赞美,滑动按钮,TAB指示器,联系人排序,拖动排序,滑移删除,阴影效果,RecyclerView嵌套RecyclerView,地图列表Poi /抽屉效果,进度设置,时钟设置,阻尼,进度,专辑,快照,进度,CircleDownload,AdvertSwitcher,... - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2019-08-09 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UIUtil for Android [![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![API](https://img.shields.io/badge/API-9%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=9) [![Readme](https://img.shields.io/badge/README-%E4%B8%AD%E6%96%87-brightgreen.svg)](https://github.com/Dsiner/UIUtil/blob/master/README-zh.md) List ====================== Name | Explain | Demo --- | --- | --- [LrcView](lib_view/src/main/java/com/d/lib/ui/view/lrc/LrcView.java) | 歌词控件 | [SideBar](lib_view/src/main/java/com/d/lib/ui/view/sort/SideBar.java) | 联系人排序 | [CTickView](lib_view/src/main/java/com/d/lib/ui/view/tick/CTickView.java) | 打勾 | [ToggleButton](lib_view/src/main/java/com/d/lib/ui/view/togglebutton/ToggleButton.java) | Button按钮(滑动可选) | [ReplyBgView](lib_view/src/main/java/com/d/lib/ui/view/replybg/ReplyBgView.java) | 回复消息背景 | [VSView](lib_view/src/main/java/com/d/lib/ui/view/vs/VSView.java) | 对比 | [HoleBgView](lib_view/src/main/java/com/d/lib/ui/view/stroke/HoleBgView.java) | 镂空背景 | [ArcMenu](lib_view/src/main/java/com/d/lib/ui/view/arcmenu/ArcMenu.java) | 卫星菜单 | [TCHeartLayout](lib_layout/src/main/java/com/d/lib/ui/layout/heartlayout/TCHeartLayout.java) | 点赞动效 | [AdvertSwitcher](lib_view/src/main/java/com/d/lib/ui/view/advertswitcher/AdvertSwitcher.java) | 轮播广告 | [FlowLayout](lib_view/src/main/java/com/d/lib/ui/view/flowlayout/FlowLayout.java) | 流式布局、标签 | [ITouchSort](https://github.com/Dsiner/Xrv) | 拖曳排序 | [SlideLayout](https://github.com/Dsiner/SlideLayout) | 侧滑删除/菜单控件 | [TabView](https://github.com/Dsiner/TabView) | 滑动指示器/按钮/TAB控件 | [SettingProgress](lib_view/src/main/java/com/d/lib/ui/view/progress/SettingProgressView.java) | 进度Progress、等级 | [SnapProgressBar](lib_view/src/main/java/com/d/lib/ui/view/progress/SnapProgressBar.java) | 进度Progress、相册、截图 | [CircleProgressBar](lib_view/src/main/java/com/d/lib/ui/view/progress/SettingProgressView.java) | 进度Progress、圆形下载 | [Praise](lib_layout/src/main/java/com/d/lib/ui/layout/praise/PraiseLayout.java) | 点赞动效 | [Shadow](lib_layout/src/main/java/com/d/lib/ui/layout/shadow/ShadowLayout.java) | 阴影效果 | [RecordTrigger](lib/src/main/java/com/d/lib/ui/view/recordtrigger/RecordTriggerView.java) | 语音触发器 | [VerInor](app/src/main/java/com/d/uiutil/verinor/VerInorActivity.java) | RecyclerView嵌套RecyclerView | [PoiLayout](lib_layout/src/main/java/com/d/lib/ui/layout/poilayout/PoiLayout.java) | 地图列表Poi、抽屉效果 | [ClockSetView](lib_view/src/main/java/com/d/lib/ui/view/clock/ClockSetView.java) | 时钟设置 | [PullLayout](https://github.com/Dsiner/PullLayout) | PullLayout | [Component-UI-Title](https://github.com/Dsiner/Common) | 标题栏 | [Component-UI-Ds](https://github.com/Dsiner/Common) | 默认态 | [Component-UI-Row](https://github.com/Dsiner/Common) | Row行 | [Component-UI-Tab](https://github.com/Dsiner/Common) | Table | [Component-UI-Alert](https://github.com/Dsiner/Common) | 弹窗 | [Component-UI-Sheet](https://github.com/Dsiner/Common) | 交互弹窗 | [Component-UI-Button](https://github.com/Dsiner/Common) | 按钮 | [Component-UI-Status](https://github.com/Dsiner/Common) | 状态 | More usage see [demo](app/src/main/java/com/d/uiutil/MainActivity.java) ## Licence ```txt Copyright 2017 D 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. ```