#
edittext
Here are 223 public repositories matching this topic...
Material Design text field that comes in a box, based on (OLD) Google Material Design guidelines.
android
java
library
material
material-design
dark-theme
xml
character
component-library
edittext
icon-signifier
label-text
-
Updated
Mar 31, 2020 - Java
android
markdown
rxjava
android-library
rxandroid
highlight
textview
android-textview
edittext
spannable
spannablestring
spannablestringbuilder
-
Updated
Jul 24, 2020 - Java
A simple way to format text fields without getting affected by input filters
android
kotlin
formatter
widget
maskedinput
input-mask
filters
inputmask
edittext
mask
maskededittext
maskedtextfield
mask-edittext
-
Updated
Aug 20, 2020 - Kotlin
The custom masks for EditText. The solution for input phone numbers, SSN, and so on for Android
android
java
phone-number
android-sdk
android-library
phone-format
edittext
mask
social-security
maskededittext
-
Updated
Mar 20, 2020 - Java
A PIN view library for Android. Use to enter PIN/OTP/password etc.
-
Updated
Sep 14, 2020 - Java
Simple yet powerful autocomplete behavior for EditTexts, to avoid working with MultiAutoCompleteTextView APIs.
-
Updated
Mar 20, 2020 - Java
EditDrawableText - An EditText which makes your Drawable Clickable
android
kotlin
kotlin-language
kotlin-android
kotlin-library
android-library
android-development
drawable
edittext
edittextview
mindorks
-
Updated
Sep 2, 2019 - Kotlin
An efficient and scalable library for inputing and displaying gif or @mention on graph-text mixed TextView/EditText
emoji
android-library
gif
glide
android-ui
textview
drawable
mention
edittext
rich-text
spannable
spannablestring
emoji-android
-
Updated
Jan 18, 2020 - Kotlin
-
Updated
Jan 23, 2018 - Java
Fix edittext lineHeight and cursor length when set lineSpacingExtra or lineSpacingMultiplier
-
Updated
Apr 17, 2017 - Java
A tiny library for easily validating TextInputLayouts in Android
-
Updated
Aug 13, 2018 - Java
Rich text editor lib for android. (Img support) - 富文本编辑器(支持图片)
android
editor
android-library
rich-text-editor
edittext
rich-text
rich-edtor
richtexteditor
richtext
richtextview
fuwenben
richedittext
richtextandroid
wenben
-
Updated
Feb 11, 2018 - Java
android快速开发工具类
-
Updated
Oct 23, 2018 - Java
Easily switch between EditText and TextView seamlessly.
-
Updated
Jun 17, 2018 - Kotlin
Code Editor Native Way
-
Updated
Sep 5, 2019 - Java
EditText搜索结果下拉框、自动or回调模式、可diy、使用超简便 (EditText search results drop-down box, auto or callback mode, diy, easy to use)
-
Updated
Nov 25, 2019 - Java
A tool to validate text inside TextInputLayout
-
Updated
Jul 9, 2020 - Kotlin
Block EditText is a library provide an input view present in multiple block style that common use in TAC or credit card field.
-
Updated
Feb 5, 2019 - Java
Same as an Outlined text fields presented in Material Design page but with some dynamic changes
-
Updated
Apr 15, 2020 - Kotlin
The widgets (EditText and TextView) for support of money requirements like currency, number formatting, comma formatting etc.
android
money
views
widget
android-library
custom-view
textview
currencies
edittext
comma-formatting
easymoney-widgets
-
Updated
Dec 28, 2017 - Java
A declarative Form Validation for Android, simple, clean, and customizable.
-
Updated
May 9, 2020 - Kotlin
Improve this page
Add a description, image, and links to the edittext topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the edittext topic, visit your repo's landing page and select "manage topics."
When I set the android:maxLength="4" to CurrencyEditText, on XML, it's no possible edit the text on activity after that.
Also I set the app:showSymbol="false".
If I put the android:maxLength="5", works fine.