aleyn97 / MVVMLin

一个基于MVVM用Kotlin+Retrofit+协程+Databinding+LiveData来封装的快速开发框架
Apache License 2.0
696 stars 105 forks source link

Is the method name called 'TabLayoutAdapter::setImageUrl(TabLayout, List<String>) ' defined incorrectly? #5

Closed Asura-64 closed 4 years ago

Asura-64 commented 4 years ago

I think that method name and it's implementation do not match, am I right?

aleyn97 commented 4 years ago

方法名确实命名不规范,那个是设置TabLayout的Item的文本的,当时偷了个懒,复制了ImageAdapter里的方法过来,忘记修改方法名了,不过重要的是@BindingAdapter注解里面的value值和布局里的对应起来就好了,没有影响的,感谢提出后续会更正