Right-most textview is causing some alignment issues. I'm not sure how I can alleviate this?
Set the Layout Width on the right-most textview to a hard-coded values such as 100dip and set the Gravity to right.
Layout Width
Gravity
right
if you're using LinearLayout you could use weight to set width of all TextView's in a row
LinearLayout
weight
TextView