3.1常用    

android:text//显示文本内容    

android:maxLength//允许的最大字符数    

android:textColor//文字颜色    

android:textSize//文字大小    

android:textStyle//文字样式:bold,italic    

android:password//是否由文密显示“true”"false"

3.2方法    

setText(String);//设置文本内容    

getText().toString();//返回文本内容

3.3补充属性    

android:layout_width//控制高度    

android:layout_height//控件高度    

android:id="@+id/id值"//设置控件的唯一标识    

android:background//设置文本框中的背景

posted on 2017-05-17 17:17  低调丶神秘  阅读(212)  评论(0编辑  收藏  举报