TextView

Posted 孤独患者xy

tags:

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

android:maxLength="18" //允许最大字符数
android:textColor="#FF0000" //文字的颜色
android:textSize="30px" //文字的大小
android:layout_margin="50px" //外边距
android:background="@drawable/xy" //背景
android:password="true" //是否以密文方式显示
android:textStyle="bold" //文字样式
android:id="@+id/id值" //设置id的值

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

在TextView文本中实现activity跳转

安卓软键盘的搜索

在代码中引用资源

关于 setContentView 的说明

[Android] 代码中动态设置shape

activity 中获取控件的宽高