There are 2 ways to specific text size in EditText
android:textSize
android:ems
Most of the time, I am using android:textSize
in sp unit
I was wondering, in what situation, we should use android:ems
( I do understand the meaning of ems from What is meant by Ems? (Android TextView) )