XEditText
XEditText: clear contents easily; show/hide password; separeta contents automatically, such as credit card number; disable Emoji inputs; 带删除功能的EditText;显示或者隐藏密码;可设置自动添加分隔符分割电话号码、银行卡号等;支持禁止Emoji表情符号输入。
Install / Use
/learn @woxingxiao/XEditTextREADME
XEditText
Wrapped common usage of EditText.
Features
- To clear all text content just by one click on the right. The clear drawable is customizable.
- Perfectly fit for password input scenario. The toggle drawable is also customizable.
- You can customize the Separator or Pattern to separate the text content. But the text content by COPY, CUT, and PASTE will no longer be affected by Separator or Pattern you set.
- Disable Emoji input.
- Support RTL.🆕
- Support drawable tint.🆕
- Customizable padding of drawables' interaction rect area.🆕
Screenshot


Gradle
AndroidX:
dependencies{
//e.g.:implementation 'com.xw.repo:xedittext-androidx:2.3.0'
implementation 'com.xw.repo:xedittext-androidx:${LATEST_VERSION}'
}
Support:
dependencies{
//e.g.:implementation 'com.xw.repo:xedittext:2.3.0'
implementation 'com.xw.repo:xedittext:${LATEST_VERSION}'
}
Usage
<com.xw.repo.XEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="default, just like EditText"
app:x_disableClear="true"/>
<com.xw.repo.XEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="clear drawable"/>
<com.xw.repo.XEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="default password input"
android:inputType="textPassword"/>
<com.xw.repo.XEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="password input, custom drawables"
android:inputType="textPassword" <!-- don't set gravity to center, center_horizontal, right or end, otherwise the ClearDrawable will not appear. -->
app:x_clearDrawable="@mipmap/ic_clear" <!--support vector drawable-->
app:x_hidePwdDrawable="@mipmap/ic_hide" <!--support vector drawable-->
app:x_showPwdDrawable="@mipmap/ic_show"/> <!--support vector drawable-->
<com.xw.repo.XEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="the pattern to separate the content"
app:x_pattern="3,4,4"
app:x_separator=" "/>
<com.xw.repo.XEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="custom interaction padding"
android:inputType="textPassword"
app:x_interactionPadding="16dp"/>
Call .setOnXTextChangeListener() instead of .addTextChangedListener()
Call .setOnXFocusChangeListener() instead of .setOnFocusChangeListener()
Check the sample for more details.
License
The MIT License (MIT)
Copyright (c) 2016 woxingxiao
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Related Skills
qqbot-channel
342.5kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
99.6k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
342.5kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
Design
Campus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t
