Below is a TextView followed by an ImageView contained in RelativeLayout. I\'m trying to get the bottom of the image to align with the baseline of the text. When I use alignBa
Since API11 you can simply use android:baselineAlignBottom="true"
android:baselineAlignBottom="true"
Prior to API11 you can overwrite getBaseLine() and return image height.
getBaseLine()