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