首页 > 移动平台 > 详细

Android:学习笔记(一)

时间:2017-06-08 22:10:06      阅读:311      评论:0      收藏:0      [点我收藏+]

在android学习中遇到的一些问题,记录一下。

1、解决edittext感叹号的问题。
This text field does not specify an inputType or a hint

加入以下代码就可以解决:

android:hint="@null"

2、解决android4.0后edittext边框不全显示的问题

android:background="@android:drawable/edit_text"

3、感叹号问题
android:password is deprecated: Use inputType instead

android:password="true"
改动为
android:inputType="textPassword"

4、java.lang.IllegalStateException: Could not execute method of the activity

出现这样的问题,就仅仅能恨自己太大意了。
没有将activity加入到资源文件里

Android:学习笔记(一)

原文:http://www.cnblogs.com/mfmdaoyou/p/6964923.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!