码迷,mamicode.com
首页 >  
搜索关键字:maxlength    ( 391个结果
TextView(标签控件)
3.TextView(标签控件) 3.1常用 android:text //显示文本内容 android:textColor //文本颜色 android:textSize //文字的大小 android:textStyle //字体样式:bold,italic android:MaxLength ...
分类:其他好文   时间:2017-05-17 10:18:37    阅读次数:193
TextView标签控件
a.常用: android:text//显示文本内容 android:textSize//文字大小 android:textColor//文本颜色 android:textStyle//字体样式:bold,italic android:maxLength//允许的最大字符数 android:pass ...
分类:其他好文   时间:2017-05-17 10:13:05    阅读次数:185
基本控件的使用
基本控件的使用 1.Activity的常用方法 View findViewById(int id) //根据组件的ID取得组件对象 setContentView(int layoutResID) //设置布局文件,设置显示组件 2.TextView控件 android:maxLength="6" / ...
分类:其他好文   时间:2017-05-16 23:26:36    阅读次数:249
TextView
android:maxLength="6" //允许最大值 android:textColor="#ff0000" //文件颜色 android:textSize="50px" //文字大小 android:textStyle="bold" //文字样式 android:passwprd="true ...
分类:其他好文   时间:2017-05-16 20:49:01    阅读次数:133
Android的一些方法和属性
1.Activity常用的方法 View findViewById(int id) //根据组件的ID取得组件对象 setContentView(int layoutResID) //设置布局文件,设置显示组件 2.TextView android:maxLength="6" //允许最大字符数 a ...
分类:移动开发   时间:2017-05-16 20:47:33    阅读次数:250
基本控件的使用
1.Activity的常用方法 View findViewById(int id) //根据组件的ID取得组件对象 setContentView(int layoutResID) //设置布局文件,设置显示组件 2.TextView控件 android:maxLength="6" //允许最大值 a ...
分类:其他好文   时间:2017-05-16 20:45:11    阅读次数:123
Activity常用的方法
1. View findViewById(int id) //根据组件ID取得组件对象setContentView(int LayoutResID) //设置布局文件,设置显示组件 2. TextView android:maxLength="6" //允许最大字符数 android:textCol ...
分类:其他好文   时间:2017-05-16 20:08:47    阅读次数:218
TextView(标签控件)
常用TextView(标签控件) 1. android:text 显示文本内容 android:textColor 文本的颜色 android:textSize 文字的大小 android:textStyle 字体的样式:bold,italic android:maxLength 允许的最大字数符数 ...
分类:其他好文   时间:2017-05-14 20:32:44    阅读次数:137
TextView(标签控件)
常用: android:text //显示文本内容 android:textColor //文字的颜色 android:textSize //文字的大小 android:textStyle //字体样式:bold,italic android:maxLength //允许的最大字符数 android ...
分类:其他好文   时间:2017-05-13 14:24:57    阅读次数:130
TextView控件常用属性
android:text 定义组件的显示文字 android:maxLength 最大允许长度 android:textColor 文本颜色 android:textSize 文字大小(px,pt,in,mm,dip,sp) android:textStyle 文字显示的样式,粗体、斜体等(正常:n ...
分类:其他好文   时间:2017-05-11 09:20:50    阅读次数:148
391条   上一页 1 ... 20 21 22 23 24 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!