BeanU-赵云贺beanu.blog.chinaunix.net
beanu
全部博文(93)
2011年(12)
2010年(38)
2009年(20)
2008年(23)
gothic
neobilly
小雅贝贝
zhujiang
我爱钓鱼
ziggler
gaokeke1
格伯纳
浪花小雨
圣剑蓝骑
df156161
zgcsrwh
李凌菲66
jlwrp
fvk_cao
分类: Java
2010-12-27 20:50:46
设置EditText为空时提示信息
Java代码
1. setHint(CharSeqsuence hint)
2. Sets the text to be displayed when the text of the TextView is empty.
在XML里描叙可以用android:hint
Xml代码
1. android:hint="提示"
上一篇:Android学习笔记------在drawable中写xml文件
下一篇:Android学习笔记------Android RelativeLayout 的属性
登录 注册