I\'m trying hard to find a way of aligning an EditText and an ImageView properly on Android. I keep getting this result:
EditText
ImageView
<
To get rid of the padding in the EditText, just use a custom image as background... rectangle with some shadow is enough... or whatever you like... and assign the background to the EditText using
android:background="@drawable/myBackground"