/LiteUI_android

android lite ui component 轻量级android UI库 按键,dialog,seekbar,progressbar等

Primary LanguageJavaApache License 2.0Apache-2.0

LiteUI_android

android lite ui component This UI component is mainly use for app developer with simple ui and good looking ui

LSButton

基于https://github.com/zcweng/SwitchButton 修改的button

特点:可以设置异步模式,等待超时时间后返回超时事件,或者在另外的地方设置toggle

image

LDialog

基于https://github.com/pedant/sweet-alert-dialog 还是 https://github.com/F0RIS/sweet-alert-dialog 修改的dialog,只是简单修复了一下bug(具体忘记是哪个版本的源码了)

特点: ui比较好看,这里贴上源项目的图

image image

LCircleProgressBar

基于https://github.com/FelixLee0527/ColorArcProgressBar 导入的,并没有修改什么东西,一定要说就是在外面加了一个cardview让ui更好看 基于的这个项目也是基于别人的项目https://github.com/Shinelw/ColorArcProgressBar 做出来的

特点:做表盘类型的进度条的时候需要用到,这里贴上原项目的ui图和我修改之后的图

image image