All Projects → cirno-poi → Verifyedittext

cirno-poi / Verifyedittext

带下划线的验证码输入框

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Verifyedittext

VerifyBlocksView
Android view for providing blocks (Edit Texts) to achieve verification process.
Stars: ✭ 28 (-72.82%)
Mutual labels:  verification, edittext
Minasmsverification
短信验证:基于阿里云的 微信小程序 功能模块: 直接用 / mini-program + Node.js + Alibaba Cloud / Front & Back End
Stars: ✭ 94 (-8.74%)
Mutual labels:  verification
Splitedittext
🔢 SplitEditText 是一个灵活的分割编辑框。常常应用于验证码输入 、密码输入等场景。
Stars: ✭ 33 (-67.96%)
Mutual labels:  edittext
Reachabilityanalysis.jl
Methods to compute sets of states reachable by dynamical systems
Stars: ✭ 59 (-42.72%)
Mutual labels:  verification
Gesture recognition
a gesture recognition verification lock
Stars: ✭ 37 (-64.08%)
Mutual labels:  verification
Currencyedittext
💰 A library to dynamically format your EditTexts to take currency inputs
Stars: ✭ 74 (-28.16%)
Mutual labels:  edittext
Trumail
✉️ ✅ A Fast and Free Email Verification API written in Go
Stars: ✭ 937 (+809.71%)
Mutual labels:  verification
Brightid
Reference mobile app for BrightID
Stars: ✭ 101 (-1.94%)
Mutual labels:  verification
Sea Dsa
A new context, field, and array-sensitive heap analysis for LLVM bitcode based on DSA.
Stars: ✭ 90 (-12.62%)
Mutual labels:  verification
Perennial
Verifying concurrent crash-safe systems
Stars: ✭ 57 (-44.66%)
Mutual labels:  verification
Smsretrieverapimaster
Automatic SMS Verification with the SMS Retriever API
Stars: ✭ 48 (-53.4%)
Mutual labels:  verification
Viewtooltip
A fluent tooltip for Android
Stars: ✭ 1,029 (+899.03%)
Mutual labels:  edittext
Vonage Java Sdk
Vonage Server SDK for Java. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 75 (-27.18%)
Mutual labels:  verification
Rverify.js
✅❎ A lightweight image rotation verification plugin.
Stars: ✭ 33 (-67.96%)
Mutual labels:  verification
Jhverificationcodeview
验证码输入框,验证码,code view,iOS验证码输入
Stars: ✭ 96 (-6.8%)
Mutual labels:  verification
Liquidhaskell
Liquid Types For Haskell
Stars: ✭ 863 (+737.86%)
Mutual labels:  verification
Scrypt Interactive
[DEPRECATED] Truebit Verification for Scrypt
Stars: ✭ 47 (-54.37%)
Mutual labels:  verification
Ssri
Standard Subresource Integrity library for Node.js
Stars: ✭ 69 (-33.01%)
Mutual labels:  verification
Awesome Open Hardware Verification
A List of Free and Open Source Hardware Verification Tools and Frameworks
Stars: ✭ 103 (+0%)
Mutual labels:  verification
Hacl Star
HACL*, a formally verified cryptographic library written in F*
Stars: ✭ 1,360 (+1220.39%)
Mutual labels:  verification

VerifyEditText

带下划线的验证码输入框

screenshot

gradle使用:

  • Add it in your root build.gradle at the end of repositories:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  • 添加依赖:
	dependencies {
	        implementation 'com.github.cirno-poi:VerifyEditText:1.0.0'
	}

项目包含一个demo,可以直接down了运行。

  • 可自定义输入框数量,下划线颜色和厚度,输入框间距,输入框光标(使用反射实现);
  • 支持全部下划线变色;
  • 支持AOSP键盘的删除。

自定义属性如下:

属性名 类型 说明
inputCount integer 输入框数量
inputSpace dimension 输入框间距
underlineHeight dimension 下划线厚度
mTextSize dimension 输入框文本大小
focusColor color 下划线选中的颜色
defaultColor color 下划线未选中的颜色
underlineSpace dimension 下划线距文本的距离
cursorDrawable reference 输入框光标
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].