I have a vertical LinearLayout with two TextView inside it. The former contains a static text property (it\'s text never change) and the last conta
LinearLayout
TextView
Try using negative margins. It may take a bit of playing with the numbers to get it right, but I've done it before and it worked out well.
android:layout_marginTop="-5dp"