Constructor and Description |
---|
R.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_strokeWidth
public static final int CirclePageIndicator_android_background
public static final int CirclePageIndicator_android_orientation
public static final int CirclePageIndicator_centered
public static final int CirclePageIndicator_fillColor
public static final int CirclePageIndicator_pageColor
public static final int CirclePageIndicator_radius
public static final int CirclePageIndicator_snap
public static final int CirclePageIndicator_strokeColor
public static final int CirclePageIndicator_strokeWidth
public static final int[] HelloGallery
Includes the following attributes:
Attribute | Description |
---|---|
|
public static final int HelloGallery_android_galleryItemBackground
This symbol is the offset where the R.attr.galleryItemBackground
attribute's value can be found in the HelloGallery
array.
public static final int[] LabelView
Includes the following attributes:
Attribute | Description |
---|---|
| |
| |
|
public static final int LabelView_textColor
This symbol is the offset where the R.attr.textColor
attribute's value can be found in the LabelView
array.
Must be a color value, in the form of "#rgb
", "#argb
",
"#rrggbb
", or "#aarrggbb
".
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static final int LabelView_textSize
This symbol is the offset where the R.attr.textSize
attribute's value can be found in the LabelView
array.
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
public static final int LabelView_textStr
This symbol is the offset where the R.attr.textStr
attribute's value can be found in the LabelView
array.
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
This may also be a reference to a resource (in the form
"@[package:]type:name
") or
theme attribute (in the form
"?[package:][type:]name
")
containing a value of this type.
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 final int LinePageIndicator_android_background
public static final int LinePageIndicator_centered
public static final int LinePageIndicator_gapWidth
public static final int LinePageIndicator_lineWidth
public static final int LinePageIndicator_selectedColor
public static final int LinePageIndicator_strokeWidth
public static final int LinePageIndicator_unselectedColor
public static final int[] TitlePageIndicator
Includes the following attributes:
Attribute | Description |
---|---|
| 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. |
| 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_textColor
,
TitlePageIndicator_android_textSize
,
TitlePageIndicator_clipPadding
,
TitlePageIndicator_footerColor
,
TitlePageIndicator_footerIndicatorHeight
,
TitlePageIndicator_footerIndicatorStyle
,
TitlePageIndicator_footerIndicatorUnderlinePadding
,
TitlePageIndicator_footerLineHeight
,
TitlePageIndicator_footerPadding
,
TitlePageIndicator_selectedBold
,
TitlePageIndicator_selectedColor
,
TitlePageIndicator_titlePadding
,
TitlePageIndicator_topPadding
public static final int TitlePageIndicator_android_textColor
public static final int TitlePageIndicator_android_textSize
public static final int TitlePageIndicator_clipPadding
public static final int TitlePageIndicator_footerColor
public static final int TitlePageIndicator_footerIndicatorHeight
public static final int TitlePageIndicator_footerIndicatorStyle
public static final int TitlePageIndicator_footerIndicatorUnderlinePadding
public static final int TitlePageIndicator_footerLineHeight
public static final int TitlePageIndicator_footerPadding
public static final int TitlePageIndicator_selectedBold
public static final int TitlePageIndicator_selectedColor
public static final int TitlePageIndicator_titlePadding
public static final int TitlePageIndicator_topPadding
public static final int[] UnderlinePageIndicator
Includes the following attributes:
Attribute | Description |
---|---|
| 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 final int UnderlinePageIndicator_fadeDelay
public static final int UnderlinePageIndicator_fadeLength
public static final int UnderlinePageIndicator_fades
public static final int UnderlinePageIndicator_selectedColor
public static final int[] ViewPagerIndicator
Includes the following attributes:
Attribute | Description |
---|---|
| Style of the circle indicator. |
| Style of the line indicator. |
| Style of the tab indicator's tabs. |
| Style of the title indicator. |
| Style of the underline indicator. |
public static final int ViewPagerIndicator_vpiCirclePageIndicatorStyle
public static final int ViewPagerIndicator_vpiLinePageIndicatorStyle
public static final int ViewPagerIndicator_vpiTabPageIndicatorStyle
public static final int ViewPagerIndicator_vpiTitlePageIndicatorStyle
public static final int ViewPagerIndicator_vpiUnderlinePageIndicatorStyle
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.