VercodeEditText


Source link: https://github.com/JustKiddingBaby/VercodeEditText

Introduction

An android Verification code EditText.
?????????????( ?????)

Demo

Prevent input overflow.

Features

  • Extends EditText,it can be used as EditText
  • Prevent input overflow
  • Custom validation code length
  • Provide input value listener
  • Layout height is auto adjust
  • Attributes can be configured for customization

Version

name VercodeEditText
latest

Configure

Maven

<dependency>
<groupId>com.justkiddingbaby</groupId>
<artifactId>vercodeedittext</artifactId>
<version>the latest version</version>
<type>pom</type> </dependency>

JCenter

First. add to project build.gradle

repositories {

  jcenter() 
}

Second. add to module build.gradle

compile 'com.justkiddingbaby:vercodeedittext:the latest version'

Attributes instruction

attribute instruction value
figures the verification code length integer
verCodeMargin the padding for each verification code number dimension
bottomLineSelectedColor the color of bottom line is select status reference
bottomLineNormalColor the color of bottom line is normal status reference
bottomLineHeight the height of bottom line dimension
selectedBackgroundColor the background color of verification code is select status reference

Function instruction

return function name instruction
void setFigures(int figures) set the verification code length
void setVerCodeMargin(int margin) set the padding for each verification code number
void setBottomSelectedColor(int bottomSelectedColor) set the color of bottom line is select status
void setBottomNormalColor(int bottomNormalColor) set the color of bottom line is normal status
void setSelectedBackgroundColor(int selectedBackground) set the background color of verification code is select status
void setBottomLineHeight(int bottomLineHeight) set the height of bottom line
void setOnVerificationCodeChangedListener(OnVerificationCodeChangedListener listener) add the listener when verification value is changing

Usage

use in the layout

  <com.jkb.vcedittext.VerificationCodeEditText

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:inputType="number"

android:text="123"

android:textColor="@color/colorPrimary"

android:textSize="40sp"

app:bottomLineHeight="2dp"

app:bottomLineNormalColor="@color/gravy_light"

app:bottomLineSelectedColor="@color/colorAccent"

app:figures="4"

app:selectedBackgroundColor="@color/colorPrimary_alpha33"

app:verCodeMargin="10dp" />

Release history

v1.0.4(2017/10/14)

1?Remove label element at AndroidManifest.xml.

v1.0.3(2017/8/15)

1?make interface class VerificationAction public.

v1.0.2(2017/6/29)

1?Fix the conflict that allowBackup property is false under the application in AndroidMainfet.xml file.

v1.0.1(2017/6/27)

1?fix bug:can't get focus when the view is touched.

v1.0.0(2017/6/12)

1?release VercodeEditText?Prevent input overflow.
2?Encapsulation demo.

Resources

RxAndroidBle is a powerful painkiller for Android's Bluetooth Low Energy headaches. It is backed by RxJava, implementing complicated APIs as handy reactive observables.

Utils to work with Status Bar.

Simple Reactive wrapper for Android sensors.

Welcome Coordinator is a library for Android that helps you to create really awesome welcome wizards for your Apps, but this is not all, also you can use the library to create form wizards really nice.

A Beautiful Material color picker view for Android.

Identical remake of Chroma in Java instead of Kotlin, so it is much more lightweight for using in kotlin-less apps.

Intellij plugin that jumps to the pull request page (or GitHub commits page).

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes