三种进度条样式

时间:2022-11-17 08:51:45
【文件属性】:

文件名称:三种进度条样式

文件大小:17.29MB

文件格式:ZIP

更新时间:2022-11-17 08:51:45

源码

在使用App应用加载网络数据和资源的时候,经常可以看到各种各样的加载进度条。 本代码提供了三种加载进度条样式。


【文件预览】:
gradlew
settings.gradle
.idea
----libraries()
--------junit_4_12.xml(477B)
--------support_v4_24_2_1.xml(420B)
--------javax_inject_1.xml(324B)
--------support_fragment_24_2_1.xml(763B)
--------support_vector_drawable_24_2_1.xml(638B)
--------javax_annotation_api_1_2.xml(358B)
--------exposed_instrumentation_api_publish_0_5.xml(698B)
--------hamcrest_library_1_3.xml(342B)
--------espresso_idling_resource_2_2_2.xml(680B)
--------support_core_ui_24_2_1.xml(757B)
--------hamcrest_core_1_3.xml(526B)
--------support_core_utils_24_2_1.xml(775B)
--------support_annotations_24_2_1.xml(491B)
--------jsr305_2_0_1.xml(330B)
--------support_compat_24_2_1.xml(751B)
--------hamcrest_integration_1_3.xml(354B)
--------appcompat_v7_24_2_1.xml(583B)
--------espresso_core_2_2_2.xml(625B)
--------rules_0_5.xml(719B)
--------support_media_compat_24_2_1.xml(787B)
--------javawriter_2_1_1.xml(330B)
--------animated_vector_drawable_24_2_1.xml(643B)
--------runner_0_5.xml(725B)
----runConfigurations.xml(564B)
----misc.xml(2KB)
----compiler.xml(686B)
----workspace.xml(153KB)
----gradle.xml(626B)
----modules.xml(359B)
----copyright()
--------profiles_settings.xml(76B)
build
----intermediates()
--------dex-cache()
----generated()
--------mockable-android-24.jar(31.96MB)
gradle
----wrapper()
--------gradle-wrapper.properties(233B)
--------gradle-wrapper.jar(52KB)
.gradle
----2.14.1()
--------tasks()
--------taskArtifacts()
local.properties
ProgressBar.iml
gradlew.bat
gradle.properties
.gitignore
app
----src()
--------androidTest()
--------test()
--------main()
----libs()
----app.iml(13KB)
----.gitignore(8B)
----build.gradle(903B)
----proguard-rules.pro(660B)
build.gradle

网友评论