美文网首页
开发中常见问题整理

开发中常见问题整理

作者: 寂静很吵 | 来源:发表于2020-03-25 17:10 被阅读0次

Q:使用Glide的时候报:IllegalArgumentException: You must not call setTag() on a view Glide is targeting

A:1.在项目的Application里的oncreate方法里加入:ViewTarget.setTagId(R.id.glide_tag);

2.在resource,values,ids里加入这句话:<item type="id" name="glide_tag"/>

Q:tablayout怎么改变选中的字体大小

A:https://www.jianshu.com/p/37f606593eb7

Q:

A:

Q:

A:

Q:

A:

Q:

A:

相关文章

网友评论

      本文标题:开发中常见问题整理

      本文链接:https://www.haomeiwen.com/subject/yesxuhtx.html