码迷,mamicode.com
首页 > 其他好文 > 详细

TextView的一些属性

时间:2014-09-19 17:49:06      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:android   ar   c   line   ef   size   r   as   text   

android:layout_below="@id/rl_userinfo"是指位置在id为rl_userinfo控件的下方
android:layout_marginBottom="@dimen/margin_superlarge"是定义外向向下的距离
android:ellipsize="end"指text显示效果当text超出控件长度时,后面的内容显示为省略号
android:singleLine="true"所有内容单行显示
android:layout_toLeftOf="@id/btn_change_user"是指位置在id为btn_change_user控件的左方

TextView的一些属性

标签:android   ar   c   line   ef   size   r   as   text   

原文地址:http://my.oschina.net/yuanxulong/blog/316222

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!