返回顶部按钮

时间:2022-11-17 09:38:25
【文件属性】:

文件名称:返回顶部按钮

文件大小:30.55MB

文件格式:ZIP

更新时间:2022-11-17 09:38:25

源码

在浏览多条数据时,如果浏览到数据的顶部,想返回到数据的顶部,只需要单击返回顶部按钮。 本代码将实现在页面中添加“返回顶部”按钮。


【文件预览】:
gradlew.bat
gradlew
gradle.properties
.gradle
----2.14.1()
--------tasks()
--------taskArtifacts()
app
----proguard-rules.pro(696B)
----src()
--------test()
--------androidTest()
--------main()
----app.iml(11KB)
----.gitignore(8B)
----build.gradle(901B)
----libs()
gradle
----wrapper()
--------gradle-wrapper.jar(52KB)
--------gradle-wrapper.properties(233B)
.idea
----gradle.xml(708B)
----runConfigurations.xml(564B)
----misc.xml(3KB)
----copyright()
--------profiles_settings.xml(76B)
----modules.xml(355B)
----compiler.xml(686B)
----workspace.xml(143KB)
----libraries()
--------javawriter_2_1_1.xml(330B)
--------jsr305_2_0_1.xml(330B)
--------rules_0_5.xml(550B)
--------javax_annotation_api_1_2.xml(358B)
--------support_core_utils_24_2_1.xml(777B)
--------support_compat_24_2_1.xml(753B)
--------support_media_compat_24_2_1.xml(789B)
--------runner_0_5.xml(555B)
--------support_fragment_24_2_1.xml(765B)
--------support_vector_drawable_24_2_1.xml(640B)
--------support_annotations_24_2_1.xml(495B)
--------hamcrest_library_1_3.xml(342B)
--------support_core_ui_24_2_1.xml(759B)
--------espresso_idling_resource_2_2_2.xml(682B)
--------animated_vector_drawable_24_2_1.xml(645B)
--------support_v4_24_2_1.xml(420B)
--------hamcrest_core_1_3.xml(526B)
--------appcompat_v7_24_2_1.xml(585B)
--------junit_4_12.xml(477B)
--------hamcrest_integration_1_3.xml(354B)
--------espresso_core_2_2_2.xml(627B)
--------javax_inject_1.xml(511B)
--------exposed_instrumentation_api_publish_0_5.xml(700B)
.gitignore
local.properties
settings.gradle
build
----intermediates()
--------dex-cache()
----generated()
--------mockable-android-23.jar(22.19MB)
--------mockable-android-24.jar(31.96MB)
build.gradle
TopButton.iml

网友评论