ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling
Apache License 2.0
7.09k stars 1.34k forks source link

Adding gradient indicator color function #301

Open firecatmusic opened 4 years ago

firecatmusic commented 4 years ago

Overriding indicator color with gradient when using this function, Note : if this function not called, tab indicator will use default stl_indicatorColor Sample usage : SmartTabLayout.setGradientIndicator(Color.rgb(1,1,1),Color.rgb(100,100,100))

param colorStart are int param colorEnd are int too