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的值

posted @ 2017-05-17 11:21  孤独患者xy  阅读(88)  评论(0编辑  收藏  举报