[android] What is android:ems attribute in Edit Text?

Possible Duplicate:
What means Ems? (Android TextView)

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

What does ems mean?

This question is related to android

The answer is


An "em" is a typographical unit of width, the width of a wide-ish letter like "m" pronounced "em". Similarly there is an "en". Similarly "en-dash" and "em-dash" for – and —

-Tim Bray