Better

Results 12 comments of Better

有不有老铁把这个问题解决了的 共享哈方案呢

感觉几率挺大的 有时候一天的日志都不会记录 (这个本来照理1号会有这个日志的,但是没得任何记录 我通过邮箱发送) ![image](https://user-images.githubusercontent.com/14065751/98216525-257c9d80-1f84-11eb-80b8-e4ff13935bf1.png) 混乱问题就是打印的时间先后顺序会乱 (而且写到一个日志文件去了) ![image](https://user-images.githubusercontent.com/14065751/98216877-a20f7c00-1f84-11eb-8e3a-a5afa825d4dc.png)

@Override public void into(View view) { //TextView等view默认没有点击事件,所以针对view初始化点击事件 view.setOnClickListener(null); view.setBackground(createDrawableSelector()); if (isSelectorTextColor) { try { int[] colors = new int[]{mSelectTextColor, mNormalTextColor}; int[][] states = new int[2][]; states[0] = new int[]{state}; states[1]...

> GridLayoutHelper也有这个问题,请问怎么解决? 同问这个咋个解决的

大佬 解决了吗 提交平台也遇到了

我看现在是每次加载都会缓存一个新的图片文件吗