ike

Results 7 issues of ike

Filter的max设置为1时 onMaskTap不会触发回调 我看这边已经修复了这个bug但是小程序里npm包里还是有这个问题

用法如下 动态更新了tab的宽度和个数 指示器位置未更新 tabLayout.setTabWidth(JUtils.px2dip(JUtils.getScreenWidth() / (tabs.size() >= 4 ? 4 : tabs.size()))); tabLayout.setTabData(tabs); tabLayout.setCurrentTab(0); 图1动态设置前 ![image](https://user-images.githubusercontent.com/19199353/97432637-3cedd200-1957-11eb-8f1a-052892790b54.png) 图2动态设置后 ![image](https://user-images.githubusercontent.com/19199353/97432647-3fe8c280-1957-11eb-95af-5a27617eebde.png)

![image](https://user-images.githubusercontent.com/19199353/95553967-fe44b600-0a41-11eb-82d7-282df88b3d43.png)

类似于这张图或者清明上河图会显示模糊,能否做到像微信这样预览显示 https://img.leadshiptech.com/lzimg/uploads/20201211/fc8853621e57b8a83a768d23f7837ef5.jpg 附下图微信和该插件预览的显示效果 微信: ![image](https://user-images.githubusercontent.com/19199353/103324458-9f13a200-4a82-11eb-9480-114bf3500bf0.png) 该插件: ![image](https://user-images.githubusercontent.com/19199353/103324476-a5a21980-4a82-11eb-9032-9971d8cd33b8.png)

``` package androidx.viewpager2.integration.testapp import android.annotation.SuppressLint import android.os.Bundle import android.view.LayoutInflater import android.view.ViewGroup import androidx.fragment.app.FragmentActivity import androidx.recyclerview.widget.RecyclerView import androidx.viewpager2.widget.ViewPager2 import kotlinx.android.synthetic.main.activity_viewpager2.* import kotlinx.android.synthetic.main.item_preview_pages.view.* class PreviewPagesActivity : FragmentActivity() { override fun onCreate(savedInstanceState: Bundle?)...

![image](https://user-images.githubusercontent.com/19199353/65588389-0a3a1300-dfba-11e9-8746-5f61e577ba7e.png)