TextView标签控件

Posted Talvez

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TextView标签控件相关的知识,希望对你有一定的参考价值。


a.常用:
   android:text//显示文本内容
   android:textSize//文字大小
   android:textColor//文本颜色
   android:textStyle//字体样式:bold,italic
   android:maxLength//允许的最大字符数
   android:password//是否用密文显示:true,false
b.方法:
  setText(String); //设置文本内容
  geetText().tostring //返回文本内容
c.补充属性
  android:layout_width //控件宽度
  android:layout_height //控件高度
  android:id="@+id/id值" //设置控件的唯一标识
  android:background //设置背景
注意:fill_parent:组件宽度/高度充满整个屏幕
 wrap_content:组件宽度/高度为内容的实际宽度/高度

以上是关于TextView标签控件的主要内容,如果未能解决你的问题,请参考以下文章

TextView标签控件

TextView(标签控件)

textView 显示和html的元素控件与进行超链接

TextView控件

Android TextView 使用随机背景颜色的方法

Android TextView控件显示Html文本,并引用的资源文件String。