Jacky Bauer

Results 3 issues of Jacky Bauer

`Luban.with(this) .load(url) .ignoreBy(100) .setTargetDir(mImgCachePath) .setFocusAlpha(false) ` ![image](https://user-images.githubusercontent.com/7868144/71344874-b92cc180-259e-11ea-990d-cb958f2aee47.png) 目前发现只有华为P30 Pro会出现这个问题,其他机型暂时没发现。

actionBarCommon.getRightTextView().setText不能动态设置文字吗?

- load more主要代码 --- > private void initData() { > //初始化LinearLayoutManager > LinearLayoutManager layoutManager = new LinearLayoutManager(getApplicationContext()); > layoutManager.setOrientation(LinearLayoutManager.VERTICAL); > mRecyclerView.setLayoutManager(layoutManager); ``` //默认动画 mRecyclerView.setItemAnimator(new DefaultItemAnimator()); // 在代码中实现列表动画效果 Animation animation =...