Package 

Interface SlidingTabLayout.TabPalette

    • Method Summary

      Modifier and Type Method Description
      abstract int getTextColor(int position) Return the specified position text color.
      abstract int getDividerColor(int position) Return the specified position divider color.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTextColor

         abstract int getTextColor(int position)

        Return the specified position text color.

      • getDividerColor

         abstract int getDividerColor(int position)

        Return the specified position divider color.