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
阅读全文
摘要:水平LinearLayout中如果A,B两个控件都是layout_weight="1",那么控件在水平方向占比为A的layout_width+1/2空闲空间,B的layout_width+1/2空闲空间,那么如果AB的layout_width为0的话,AB就平分整个屏幕了。 设置layout_wei
阅读全文
摘要:去掉gridview本身的点击效果:android:listSelector="@color/de_transparent"; 添加两个selector,灰色的press和normal样式,还有蓝色的press和normal样式;
阅读全文
摘要:Fragment 事件分发机制 事件分发机制2 NDK JNI
阅读全文
摘要:You are calling startActivityForResult() from your Fragment. When you do this, the requestCode is changed by the Activity that owns the Fragment. If y
阅读全文
摘要:mysqld character-set-server=utf8
阅读全文