04 2016 档案

摘要:http://www.see-say.com/viewnews-47657.html http://cn.club.vmall.com/thread-970026-1-1.html http://www.jianshu.com/p/913943d25829 When adding support f 阅读全文
posted @ 2016-04-28 16:55 wen_dao_ 阅读(147) 评论(0) 推荐(0) 编辑
摘要:水平LinearLayout中如果A,B两个控件都是layout_weight="1",那么控件在水平方向占比为A的layout_width+1/2空闲空间,B的layout_width+1/2空闲空间,那么如果AB的layout_width为0的话,AB就平分整个屏幕了。 设置layout_wei 阅读全文
posted @ 2016-04-28 11:32 wen_dao_ 阅读(874) 评论(0) 推荐(0) 编辑
摘要:去掉gridview本身的点击效果:android:listSelector="@color/de_transparent"; 添加两个selector,灰色的press和normal样式,还有蓝色的press和normal样式; 阅读全文
posted @ 2016-04-28 09:49 wen_dao_ 阅读(120) 评论(0) 推荐(0) 编辑
摘要:Fragment 事件分发机制 事件分发机制2 NDK JNI 阅读全文
posted @ 2016-04-21 16:13 wen_dao_ 阅读(138) 评论(0) 推荐(0) 编辑
摘要:You are calling startActivityForResult() from your Fragment. When you do this, the requestCode is changed by the Activity that owns the Fragment. If y 阅读全文
posted @ 2016-04-12 09:39 wen_dao_ 阅读(161) 评论(0) 推荐(0) 编辑
摘要:mysqld character-set-server=utf8 阅读全文
posted @ 2016-04-07 15:21 wen_dao_ 阅读(177) 评论(0) 推荐(0) 编辑