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

TextView(标签控件)

时间:2017-05-14 20:32:44      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:16px   string   round   fill   androi   str   大小   content   ext   

                                          常用TextView(标签控件)

1.

 

  android:text                        显示文本内容
  android:textColor               文本的颜色
  android:textSize                 文字的大小
  android:textStyle               字体的样式:bold,italic
  android:maxLength            允许的最大字数符数
  android:password               是否用密文显示:true,false
2.
  setText(String)                 设置文本内容
  getText().toString()            返回文本内容
3.
   android:layout_width         控件宽度
   android:layout_height        控件高度
   android:id="@+id/id值"     设置控件的唯一标识
   android:background           设置背景


注意:fill_partent;组件宽度/高度充满整个屏幕
wrap_content:组件的宽度/高度为内容的实际宽度/高度

 

TextView(标签控件)

标签:16px   string   round   fill   androi   str   大小   content   ext   

原文地址:http://www.cnblogs.com/shuaiwenxin/p/6853465.html

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