什么是"Edit Text"中的android:ems属性? [英] What is android:ems attribute in Edit Text?

查看:224
本文介绍了什么是"Edit Text"中的android:ems属性?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:
什么是Ems? (Android TextView)

Possible Duplicate:
What means Ems? (Android TextView)

EditText中有一个名为android:ems的属性.说明 是使EditText精确到这么多ems"

In EditText there is an attribute named android:ems. The description is "Makes the EditText be exactly this many ems wide"

ems是什么意思?

What does ems mean?

推荐答案

来自: http://www. w3.org/Style/Examples/007/units :

em只是字体大小.在具有2英寸字体的元素中,1em 因此表示2英寸.在em中表示尺寸,例如边距和填充 表示它们与字体大小有关,并且如果用户的字体较大 字体(例如在大屏幕上)或小字体(例如在掌上电脑上) 设备),尺寸将成比例.声明如 "text-indent:1.5em"和"margin:1em"在CSS中极为常见.

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.

em本质上是字体大小的CSS属性.

em is basically CSS property for font sizes.

这篇关于什么是"Edit Text"中的android:ems属性?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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