在android xml 布局文件中 android:ems="10" 什么意思,谢谢!!!

 我来答
鬼魅OvO
2016-01-01 · 情不知所起,一往而深
鬼魅OvO
采纳数:194 获赞数:624

向TA提问 私信TA
展开全部
android:ems = "10" 设置TextView或者Edittext的宽度为10个字符的宽度。当设置该属性后,控件显示的长度就为10个字符的长度,超出的部分将不显示。
匿名用户
2013-08-02
展开全部
android:ems = "10" 设置TextView或者Edittext的宽度为10个字符的宽度。当设置该属性后,控件显示的长度就为10个字符的长度,超出的部分将不显示。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
chenyong199202
2015-12-02 · TA获得超过267个赞
知道小有建树答主
回答量:148
采纳率:0%
帮助的人:74.6万
展开全部
android:ems = "10" 设置TextView或者Edittext的宽度为10个字符的宽度。当设置该属性后,控件显示的长度就为10个字符的长度,超出的部分将不显示。

控件android:ems属性

本文地址:http://blog.csdn.net/caroline_wendy

xml中
android:ems属性

,作为EditText
默认生成

的属性,其含义是需要编辑的
字符串长度



设置为10时,最多编辑
10个em

,一个em单位是
两个inch

,但是随着自动调整,在Android中
em代表‘M’的数量



但是
EditText的属性

,只有在
android:layout_width=“wrap_content”

时,才会显示;

如果是
android:layout_width=“match_parent”

时,则不会有变化。

em参考:

“The em is simply the font size. In an element with a 2in
font, 1em thus means 2in. Expressing sizes, such as margins and
paddings, in em means they are related to the font size, and if the user
has a big font (e.g., on a big screen) or a small font (e.g., on a
handheld device), the sizes will be in proportion. Declarations such as
'text-indent: 1.5em' and 'margin: 1em' are extremely common in CSS.”

ems属性:

android:ems or setEms(n) sets the width of a TextView to fit a text of n
'M' letters regardless of the actual text extension and text size. See
wikipedia Em unit
. but only when the layout_width is set to "wrap_content". Other layout_width values override the ems width setting.

Adding an android:textSize attribute determines the physical
width of the view to the textSize * length of a text of n 'M's set
above.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
砍出平成第一斧58
2016-01-08 · TA获得超过1567个赞
知道大有可为答主
回答量:2321
采纳率:86%
帮助的人:1212万
展开全部
宽度为10个字符的宽度

xml中 android:ems属性 ,作为EditText 默认生成 的属性,其含义是需要编辑的 字符串长度 。
设置为10时,最多编辑 10个em ,一个em单位是 两个inch ,但是随着自动调整,在Android中 em代表‘M’的数量 。
但是 EditText的属性 ,只有在 android:layout_width=“wrap_content” 时,才会显示;
如果是 android:layout_width=“match_parent” 时,则不会有变化。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
adekof14
2015-11-15 · TA获得超过3729个赞
知道小有建树答主
回答量:3017
采纳率:96%
帮助的人:373万
展开全部
android:ems = "10" 设置TextView或者Edittext的宽度为10个字符的宽度。当设置该属性后,控件显示的长度就为10个字符的长度,超出的部分将不显示。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(8)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式