11 2011 档案

(转)ScrollView嵌套GridView
摘要:在开发中有时用到了需要ScrollView嵌套GridView的情况,由于这两款控件都自带滚动条,当他们碰到一起的时候便会出问题,即GridView会显示不全,为了解决这个问题查了N多资料,某个谷歌的官方回复竟然是GridView不需要ScrollView,那个牛气冲天啊,可是爷偏偏用到了肿么办呢?!又继续查,神马重写控件重写类的,那代码一坨坨的有木有!!!最后,还是在某人一句很隐晦的提示下得到灵感最终实现。 1、首先是布局<ScrollView> …… <LinearLayout> </LinearLayout> ……</ScrollView> 阅读全文

posted @ 2011-11-08 10:41 thisAndroid 阅读(175) 评论(0) 推荐(0)

(转)Android Packaging Problem
摘要:今天新建项目时突然提示: Error generating final archive: Debug Certificate expired on 11-5-8 下午3:05 MyMp3Player Unknown Android Packaging Problem 而且项目上有个小红叉 原因:Google官方给出了解决办法: To fix this problem, simply delete the debug.keystore file. The default storage location for AVDs is in ~/.android/avd on OS X and L... 阅读全文

posted @ 2011-11-07 10:02 thisAndroid 阅读(143) 评论(0) 推荐(0)