TextView(标签控件)

Posted 美惠子丶

tags:

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

 常用:
       android:text           //显示文本内容
       android:textColor      //文字的颜色
       android:textSize       //文字的大小
       android:textStyle      //字体样式:bold,italic
       android:maxLength      //允许的最大字符数
       android:password       //是否用密文显示:true,false

 方法:
       setText(String);//设置文本内容
       getText().toString();//返回文本内容

 补充属性
       android:layout_width//控件宽度
       android:layout_height//控件高度
       android:id="@+id/id值"//设置控件的唯一标识
       android:background//设置背景

 

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

TextView标签控件

TextView(标签控件)

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

TextView控件

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

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