views:

47

answers:

2

alt text

Right-most textview is causing some alignment issues. I'm not sure how I can alleviate this?

A: 

Set the Layout Width on the right-most textview to a hard-coded values such as 100dip and set the Gravity to right.

jojaba
+1  A: 

if you're using LinearLayout you could use weight to set width of all TextView's in a row

Asahi