首页 > 代码库 > Android:学习笔记(一)
Android:学习笔记(一)
在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:学习笔记(一)
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。