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
<
I used a quick workaround by simply moving the EditText down 2dp by simply adding the following to the EditText:
android:layout_marginBottom="-2dp" android:layout_marginTop="2dp"