| Constructor and Description |
|---|
styleable() |
public static final int[] CirclePageIndicator
Includes the following attributes:
| Attribute | Description |
|---|---|
| View background |
| Orientation of the indicator. |
| Whether or not the indicators should be centered. |
| Color of the filled circle that represents the current page. |
| Color of the filled circles that represents pages. |
| Radius of the circles. |
| Whether or not the selected indicator snaps to the circles. |
| Color of the open circles. |
| Width of the stroke used to draw the circles. |
CirclePageIndicator_android_background,
CirclePageIndicator_android_orientation,
CirclePageIndicator_centered,
CirclePageIndicator_fillColor,
CirclePageIndicator_pageColor,
CirclePageIndicator_radius,
CirclePageIndicator_snap,
CirclePageIndicator_strokeColor,
CirclePageIndicator_strokeWidthpublic static int CirclePageIndicator_android_background
public static int CirclePageIndicator_android_orientation
public static int CirclePageIndicator_centered
public static int CirclePageIndicator_fillColor
public static int CirclePageIndicator_pageColor
public static int CirclePageIndicator_radius
public static int CirclePageIndicator_snap
public static int CirclePageIndicator_strokeColor
public static int CirclePageIndicator_strokeWidth
public static final int[] LinePageIndicator
Includes the following attributes:
| Attribute | Description |
|---|---|
| View background |
| Whether or not the indicators should be centered. |
| Width of the gap between each indicator line. |
| Width of each indicator line. |
| Color of the selected line that represents the current page. |
| Width of each indicator line's stroke. |
| Color of the unselected lines that represent the pages. |
public static int LinePageIndicator_android_background
public static int LinePageIndicator_centered
public static int LinePageIndicator_gapWidth
public static int LinePageIndicator_lineWidth
public static int LinePageIndicator_selectedColor
public static int LinePageIndicator_strokeWidth
public static int LinePageIndicator_unselectedColor
public static final int[] TitlePageIndicator
Includes the following attributes:
| Attribute | Description |
|---|---|
| View background |
| Color of regular titles. |
| Size of title text. |
| Screen edge padding. |
| Color of the footer line and indicator. |
| Height of the indicator above the footer line. |
| Style of the indicator. |
| Left and right padding of the underline indicator. |
| Height of the footer line. |
| Padding between the bottom of the title and the footer. |
| Position of the line. |
| Whether or not the selected item is displayed as bold. |
| Color of the selected title. |
| Padding between titles when bumping into each other. |
| Padding between titles and the top of the View. |
TitlePageIndicator_android_background,
TitlePageIndicator_android_textColor,
TitlePageIndicator_android_textSize,
TitlePageIndicator_clipPadding,
TitlePageIndicator_footerColor,
TitlePageIndicator_footerIndicatorHeight,
TitlePageIndicator_footerIndicatorStyle,
TitlePageIndicator_footerIndicatorUnderlinePadding,
TitlePageIndicator_footerLineHeight,
TitlePageIndicator_footerPadding,
TitlePageIndicator_linePosition,
TitlePageIndicator_selectedBold,
TitlePageIndicator_selectedColor,
TitlePageIndicator_titlePadding,
TitlePageIndicator_topPaddingpublic static int TitlePageIndicator_android_background
public static int TitlePageIndicator_android_textColor
public static int TitlePageIndicator_android_textSize
public static int TitlePageIndicator_clipPadding
public static int TitlePageIndicator_footerColor
public static int TitlePageIndicator_footerIndicatorHeight
public static int TitlePageIndicator_footerIndicatorStyle
public static int TitlePageIndicator_footerIndicatorUnderlinePadding
public static int TitlePageIndicator_footerLineHeight
public static int TitlePageIndicator_footerPadding
public static int TitlePageIndicator_linePosition
public static int TitlePageIndicator_selectedBold
public static int TitlePageIndicator_selectedColor
public static int TitlePageIndicator_titlePadding
public static int TitlePageIndicator_topPadding
public static final int[] UnderlinePageIndicator
Includes the following attributes:
| Attribute | Description |
|---|---|
| View background |
| Length of the delay to fade the indicator. |
| Length of the indicator fade to transparent. |
| Whether or not the selected indicator fades. |
| Color of the selected line that represents the current page. |
public static int UnderlinePageIndicator_android_background
public static int UnderlinePageIndicator_fadeDelay
public static int UnderlinePageIndicator_fadeLength
public static int UnderlinePageIndicator_fades
public static int UnderlinePageIndicator_selectedColor
public static final int[] ViewPagerIndicator
Includes the following attributes:
| Attribute | Description |
|---|---|
| Style of the circle indicator. |
| Style of the icon indicator's views. |
| Style of the line indicator. |
| Style of the tab indicator's tabs. |
| Style of the title indicator. |
| Style of the underline indicator. |
public static int ViewPagerIndicator_vpiCirclePageIndicatorStyle
public static int ViewPagerIndicator_vpiIconPageIndicatorStyle
public static int ViewPagerIndicator_vpiLinePageIndicatorStyle
public static int ViewPagerIndicator_vpiTabPageIndicatorStyle
public static int ViewPagerIndicator_vpiTitlePageIndicatorStyle
public static int ViewPagerIndicator_vpiUnderlinePageIndicatorStyle
Copyright © 2016. All rights reserved.