开发者

How can I improve the alignment of my TextView?

开发者 https://www.devze.com 2023-01-18 02:12 出处:网络
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 ro

How can I improve the alignment of my TextView?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消