摘要:
http://video.baomihua.com/url53525287/35346798&f=v.baidu.com&opp002主要介绍:android:collapseColumns-----隐藏指定的列android:skrinkColumns------收缩指定的列以适合屏幕,不会挤出屏... 阅读全文
posted @ 2015-04-17 22:18
孟飞飞
阅读(209)
评论(0)
推荐(0)
摘要:
做Android开发的朋友最近会发现,更新ADT至22.6.0版本之后,创建新的安装项目,会出现appcompat_v7的内容。并且是创建一个新的内容就会出现。这到底是怎么回事呢?原来appcompat_v7是Google自己的一个兼容包,就是一个支持库,能让2.1以上全使用上4.0版本的界面。下面... 阅读全文
posted @ 2015-04-17 21:14
孟飞飞
阅读(166)
评论(0)
推荐(0)
摘要:
将 android:password="true" 修改为: android:inputtype="textpassword" 阅读全文
posted @ 2015-04-15 16:36
孟飞飞
阅读(278)
评论(0)
推荐(0)
摘要:
出现黄色的叹号,提示:Missing contentDescription attribute on image将android:contentDescription="@string/app_name"添加为: 黄色的黄号消失。 阅读全文
posted @ 2015-04-15 16:23
孟飞飞
阅读(670)
评论(0)
推荐(0)
摘要:
这样写的时候突然发现有黄色的叹号出现,提示:"This text field does not specify an inputType or a hint";原因是这个编辑框缺少一个属性:hint。修改后代码为:添加后黄色叹号就消失了。 阅读全文
posted @ 2015-04-15 16:10
孟飞飞
阅读(221)
评论(0)
推荐(0)