Android代码-展示进度的Button

时间:2022-08-26 10:34:52
【文件属性】:
文件名称:Android代码-展示进度的Button
文件大小:269KB
文件格式:ZIP
更新时间:2022-08-26 10:34:52
Android代码 AndroidButtonProgress This is a combination of button and progress bar. There are 4 states in this view first Idle, Indeterminate, Determinate and Finish. it makes you easy to manage download button state in your app ui. In a download case you can use this as. 1st show download button to the user 2nd show indeterminate progress bar, it tells the user that the download is connecting. 3rd show determinate progress bar, which tells the user that the download is progressing 4th show finish button
【文件预览】:
AndroidButtonProgress-master
----gradlew(5KB)
----settings.gradle(30B)
----library()
--------src()
--------.gitignore(7B)
--------build.gradle(544B)
--------proguard-rules.pro(751B)
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(4KB)
--------gradle.xml(682B)
--------encodings.xml(159B)
--------modules.xml(506B)
--------vcs.xml(180B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(5KB)
----sample()
--------src()
--------.gitignore(7B)
--------build.gradle(971B)
--------proguard-rules.pro(751B)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(118B)
----screenshot()
--------sc2.png(19KB)
--------demo1.gif(21KB)
--------demo.gif(85KB)
--------sc1.png(3KB)
----build.gradle(546B)

网友评论