-
public interface SlidingTabLayout.TabPalette
-
-
Method Summary
Modifier and Type Method Description abstract intgetTextColor(int position)Return the specified position text color. abstract intgetDividerColor(int position)Return the specified position divider color. -
-
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.
-
-
-
-