예제 #1
0
 /**
  * Set the custom {@link NiceTabStrip.TabStripColorize} to be used, if set to null, then uses
  * default TabColorize
  *
  * <p>If you only require simple customisation then you can use {@link
  * #setIndicatorColors(int...)} and {@link #setDividerColors(int...)} to achieve similar effects.
  */
 public void setTabStripColorize(NiceTabStrip.TabStripColorize tabColorize) {
   mNiceTabStrip.setTabStripColorize(tabColorize);
 }