DarrenWorks

Results 8 issues of DarrenWorks

今天更新完studio之后这个插件报错了

Here is my code. mBinding.tabs.setOnTabBarSelectedIndexListener(new NavigationTabBar.OnTabBarSelectedIndexListener() { @Override public void onEndTabSelected(NavigationTabBar.Model model, int index) { if (index == 2) { model.setTitle("刷新"); } else { mBinding.tabs.getModels().get(2).setTitle("发现"); } } }); Thanks for...

最近在使用helper中的layer(androidx.constraintlayout.helper.widget.Layer) 运行效果没有问题,但是自行创建的BLLayer无法预览。 十分感谢

并且回调中也没有获取到缩略图。望修复

duplicate

ViewHolder will cause the wrong check state. How can I avoid this? Thanks for helping.

In my project. I should delete `format="string"` in ``` ``` don't know why. Maybe because the format of 'oratation' has already been defined before in sdk. Wish this info can...