I can't really explain this, so I'll use an image:

OK, so as you can see, the actual EditText View is slightly taller than the actual white (editable area). How is this? I've removed all padding and margin that View has and still it looks bad.
Also I have another 2 problems with this EditText view when deploying it on the device:
- It automatically captures focus (how can I disable this?)
- When focusing it, there is an orange border, but the actual editable area is wider than the orange borders (see screenshot 2):



EditText's background in the SDK? – Luksprog Jan 19 at 15:41