android控件

时间:2015-07-04 09:31:25   收藏:0   阅读:261

TextView 显示文本框控件

EditText  输入文本框

 

TextView的常用属性

android:id---控件的id

android:layout_width---控件的高度

android:text            ---文本内容

android:textSize      ---文本大小

androidtextColor      ---文本颜色

androidbackground  ---空间背景

 

Editor空间的常用属性

 

android:id---控件的id

 

android:layout_width---控件的高度     adnroid:hint:      ---输入提示本文

 

android:text             ---文本内容        android:inputType---输入本文类型

 

android:textSize       ---文本大小

 

androidtextColor       ---文本颜色

 

androidbackground    ---控件背景

 

原文:http://www.cnblogs.com/weipeng007/p/4620144.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!