
自学Android
文章平均质量分 72
babybird1117
这个作者很懒,什么都没留下…
展开
-
安卓连接真机adb
转载 2014-11-18 23:24:45 · 404 阅读 · 0 评论 -
连接真机出现的错误
连接真机出现的错误网上已经有很多原创 2014-11-22 13:58:02 · 412 阅读 · 0 评论 -
EditText:This text field does not specify an inputType or a hint
用EditText出现这个提示:This text field does not specify an inputType or a hint后来找了下资料,EditText要制定默认的输入类型。(也许是我用的书比较旧,里面的方法介绍,现在可能都已经不支持了。。)下面是用android:inputType属性设置允许输入的字符:inputType的类型:android:in原创 2014-12-11 16:12:18 · 706 阅读 · 0 评论