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

问题描述

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

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

ems是什么意思?

What does ems mean?

推荐答案

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

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

em is basically CSS property for font sizes.

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

08-19 14:25
查看更多