表单的 EditText 文本格式

发布于 2024-11-07 15:41:57 字数 218 浏览 0 评论 0原文

我正在为 Android 寻找一种简单的方法,当用户点击编辑文本框中的 a 时,它将在数字集之间添加一个连字符。有点像电话号码,但会设置在自定义位置。

例如,图书编号 05、CD 编号 15、曲目编号 5 = 0515-5。因此,当他们开始输入时,应用程序将自动输入连字符。

我是否应该使用某种类型的侦听器并计算输入的字符数,然后当它达到该字符数时,它会添加连字符?

谢谢!

I'm looking for a simple way for Android, when a user taps a in a edit text box, it will add a hyphen inbetween the number set. Sort of like a phone number, but will be set in a custom position.

For example Book number 05, CD number 15, track number5 = 0515-5. So when they start typing, the app will automatically enter the hyphen.

Should I use some type of listener and count how many characters are entered, then when it hits that number of characters, it will add the hyphen?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文