第三方插件/控件/平台的使用
SelenaAction
这个作者很懒,什么都没留下…
展开
-
Glide插件的使用
1、添加依赖 compile 'com.github.bumptech.glide:glide:3.6.1' 2、使用(网络图片+本地图片) 圆角效果不显示、以及刷新后图片变形问题,已在下方代码中有所解释: public class GlideUtils { public static final int FIT_CENTER=0;//默认 public static...原创 2018-11-30 15:45:51 · 686 阅读 · 0 评论 -
RecyclerView不能铺满屏幕宽度
使用 View view = LayoutInflater.from(parent.getContext()).inflate(R.layout.check_item, parent,false);//解决宽度不能铺满 代替之前的 View view=View.inflate(context, R.layout.child_himonet_detail,null);...原创 2019-01-17 14:58:46 · 1870 阅读 · 0 评论