如何设置字符的最大数量为Android的一个EditText? [英] How do you set the max number of characters for an EditText in Android?

查看:411
本文介绍了如何设置字符的最大数量为Android的一个EditText?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你设置的字符的最大数量是Android的EditText输入怎么办。我看到setMaxLines,setMaxEMS,但没有对字符数。

How do you set the max number of characters for an Android EditText input. I see setMaxLines, setMaxEMS, but nothing for number of characters.

推荐答案

在XML,你可以添加此行到的EditText 查看,其中140个字符的最大数目:

In XML you can add this line to the EditText View where 140 is the maximum number of characters:

android:maxLength="140"

这篇关于如何设置字符的最大数量为Android的一个EditText?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆