All Projects → hanks-zyh → Passcodeview

hanks-zyh / Passcodeview

Licence: apache-2.0
Material Design PasscodeView for Android.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Passcodeview

Android Ruler Picker
Android custom view that uses ruler for picking the number from given range.
Stars: ✭ 335 (-34.7%)
Mutual labels:  custom-view
Compositionavatar
Android composition avatar. 仿QQ讨论组头像
Stars: ✭ 371 (-27.68%)
Mutual labels:  custom-view
Sliding Panel
Android sliding panel that is part of the view hierarchy, not above it.
Stars: ✭ 433 (-15.59%)
Mutual labels:  custom-view
Cvcalendar
A custom visual calendar for iOS 8+ written in Swift (>= 4.0).
Stars: ✭ 3,435 (+569.59%)
Mutual labels:  custom-view
Redislock
Simplified distributed locking implementation using Redis
Stars: ✭ 370 (-27.88%)
Mutual labels:  lock
Redlock Rb
Redlock is a redis-based distributed lock implementation in Ruby
Stars: ✭ 385 (-24.95%)
Mutual labels:  lock
Android Week View
Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
Stars: ✭ 3,347 (+552.44%)
Mutual labels:  custom-view
Freepager
ViewPagers library for Android
Stars: ✭ 461 (-10.14%)
Mutual labels:  custom-view
Pudding
🌟 Pudding use WindowManager(don't need request permission) to pull down a view that are displayed on top their attached window
Stars: ✭ 371 (-27.68%)
Mutual labels:  custom-view
Android Otpview Pinview
A custom view to enter otp of different sizes used usually in cases of authentication.
Stars: ✭ 422 (-17.74%)
Mutual labels:  custom-view
Fmap
宇行地图:高仿高德地图Android客户端(持续更新中...)
Stars: ✭ 347 (-32.36%)
Mutual labels:  custom-view
Material Calendar View
📅 Material Design Calendar compatible with API 11+
Stars: ✭ 360 (-29.82%)
Mutual labels:  custom-view
Text Decorator
Decorate your TextView easily
Stars: ✭ 402 (-21.64%)
Mutual labels:  custom-view
Opengraphview
Rich url link view for Android.
Stars: ✭ 338 (-34.11%)
Mutual labels:  custom-view
Widgetcase
自定义控件模块库:各种风格的自定义控件,拿来就用,API文档详细,持续集成,长期维护,有问必答;
Stars: ✭ 440 (-14.23%)
Mutual labels:  custom-view
Superlike
今日头条点赞动画 连击动画
Stars: ✭ 329 (-35.87%)
Mutual labels:  custom-view
Voiceripple
Voice Record Button that has ripple effect with users voice
Stars: ✭ 379 (-26.12%)
Mutual labels:  custom-view
Crunchycalendar
A beautiful material calendar with endless scroll, range selection and a lot more!
Stars: ✭ 465 (-9.36%)
Mutual labels:  custom-view
Easysegmentedbarview
本库主要提供一个简单易用的自定义分段控件,方便快速实现分段效果,支持xml配置、代码配置、分段规则按均分/比例分、数字分段、文本分段、渐变分段、bar条样式正常/圆形/三角形,segment文字样式、进度设置、进度标记类型设置、分段描述设置、其它更多自定义设置等功能。
Stars: ✭ 455 (-11.31%)
Mutual labels:  custom-view
Uicollectionview Layouts Kit
📐 A set of custom layouts for UICollectionView with examples [Swift 5.3, iOS 12].
Stars: ✭ 410 (-20.08%)
Mutual labels:  custom-view

PasscodeView

An Passcode view view for Android.

Usage

dependencies {
    compile 'com.hanks:passcodeview:0.1.2'
}
<com.hanks.passcodeview.PasscodeView
    android:id="@+id/passcodeView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#222222"
    app:firstInputTip="Enter a passcode of 5 digits "
    app:correctStateColor="#71bb4d"
    app:wrongStateColor="#ea2b46"
    app:normalStateColor="#ffffff"
    app:numberTextColor="#222222"
    app:passcodeLength="5"
    app:passcodeViewType="set_passcode"/>

License

Copyright 2017 hanks

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].