VehicleEditText icon indicating copy to clipboard operation
VehicleEditText copied to clipboard

Android车牌号输入键盘(可参考“支付宝-搜索车主服务-添加爱车-车牌号”中的控件)

Results 6 VehicleEditText issues
Sort by recently updated
recently updated
newest added

当点击物理返回无法隐藏键盘的问题?支付宝输入完点击外面可以关闭键盘,这个键盘能否添加这个功能呢?

你好,非常感谢你的分享,我现在遇到一个情况 ,一些大车,车头有一车牌号,而车兜也有一个车牌号,通常叫车挂,其格式为 云D3537挂 ,最后一个字无法输入 。![微信图片_20200831145833](https://user-images.githubusercontent.com/23535966/91691593-79d95a80-eb9a-11ea-9aa1-ddf04678d06c.jpg)

我项目中使用的minsdk版本是19,您的是21,导致不能使用

支付宝输入完点击外面可以关闭键盘,这个键盘能否添加这个功能呢,不然没有确定点外面也没用不方便关闭

![Screenshot from 2020-02-25 11-27-50](https://user-images.githubusercontent.com/19425298/75212486-09ecb080-57c2-11ea-9ab2-2e63d401c191.png) - 有没有解决思路?

EditText editText = new EditText(ImageShowActivity.this); editText.setHint("请输入车牌号码"); // VehicleKeyboardHelper.bind(editText); androidx.appcompat.app.AlertDialog.Builder builder = new androidx.appcompat.app.AlertDialog.Builder(ImageShowActivity.this); builder.setTitle("提示"); // builder.setMessage("违法视频裁剪完成"); builder.setView(editText);