仿支付密码输入框

时间:2022-11-17 08:59:09
【文件属性】:

文件名称:仿支付密码输入框

文件大小:17.38MB

文件格式:ZIP

更新时间:2022-11-17 08:59:09

源码

在支付宝、微信等App应用中的支付页面里,有一些样式不同而功能相同的支付密码页面。 本代码模仿该功能,通过自定义输入框样式,实现支付密码输入页面。


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

网友评论