com.viewpagerindicator.R Maven / Gradle / Ivy
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.viewpagerindicator;
public final class R {
public static final class attr {
/** Must be a boolean value, either "true
" or "false
".
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 int centered=0x7f010006;
/** Screen edge padding.
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 int clipPadding=0x7f010011;
/** Length of the delay to fade the indicator.
Must be an integer value, such as "100
".
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 int fadeDelay=0x7f01001d;
/** Length of the indicator fade to transparent.
Must be an integer value, such as "100
".
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 int fadeLength=0x7f01001e;
/** Whether or not the selected indicator fades.
Must be a boolean value, either "true
" or "false
".
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 int fades=0x7f01001c;
/** Color of the filled circle that represents the current page.
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 int fillColor=0x7f01000a;
/** Color of the footer line and indicator.
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 int footerColor=0x7f010012;
/** Height of the indicator above the footer line.
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 int footerIndicatorHeight=0x7f010015;
/** Style of the indicator. Default is triangle.
Must be one of the following constant values.
Constant Value Description
none
0
triangle
1
underline
2
*/
public static int footerIndicatorStyle=0x7f010014;
/** Left and right padding of the underline indicator.
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 int footerIndicatorUnderlinePadding=0x7f010016;
/** Height of the footer line.
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 int footerLineHeight=0x7f010013;
/** Padding between the bottom of the title and the footer.
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 int footerPadding=0x7f010017;
/** Width of the gap between each indicator line.
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 int gapWidth=0x7f010010;
/** Position of the line.
Must be one of the following constant values.
Constant Value Description
bottom
0
top
1
*/
public static int linePosition=0x7f010018;
/** Width of each indicator line.
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 int lineWidth=0x7f01000f;
/** Color of the filled circles that represents pages.
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 int pageColor=0x7f01000b;
/** Radius of the circles. This is also the spacing between circles.
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 int radius=0x7f01000c;
/** Whether or not the selected item is displayed as bold.
Must be a boolean value, either "true
" or "false
".
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 int selectedBold=0x7f010019;
/**
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 int selectedColor=0x7f010007;
/** Whether or not the selected indicator snaps to the circles.
Must be a boolean value, either "true
" or "false
".
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 int snap=0x7f01000d;
/** Color of the open circles.
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 int strokeColor=0x7f01000e;
/**
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 int strokeWidth=0x7f010008;
/** Padding between titles when bumping into each other.
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 int titlePadding=0x7f01001a;
/** Padding between titles and the top of the View.
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 int topPadding=0x7f01001b;
/**
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 int unselectedColor=0x7f010009;
/** Style of the circle indicator.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
*/
public static int vpiCirclePageIndicatorStyle=0x7f010000;
/** Style of the icon indicator's views.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
*/
public static int vpiIconPageIndicatorStyle=0x7f010001;
/** Style of the line indicator.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
*/
public static int vpiLinePageIndicatorStyle=0x7f010002;
/** Style of the tab indicator's tabs.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
*/
public static int vpiTabPageIndicatorStyle=0x7f010004;
/** Style of the title indicator.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
*/
public static int vpiTitlePageIndicatorStyle=0x7f010003;
/** Style of the underline indicator.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
*/
public static int vpiUnderlinePageIndicatorStyle=0x7f010005;
}
public static final class bool {
public static int default_circle_indicator_centered=0x7f040000;
public static int default_circle_indicator_snap=0x7f040001;
public static int default_line_indicator_centered=0x7f040002;
public static int default_title_indicator_selected_bold=0x7f040003;
public static int default_underline_indicator_fades=0x7f040004;
}
public static final class color {
public static int default_circle_indicator_fill_color=0x7f030008;
public static int default_circle_indicator_page_color=0x7f030009;
public static int default_circle_indicator_stroke_color=0x7f03000a;
public static int default_line_indicator_selected_color=0x7f03000b;
public static int default_line_indicator_unselected_color=0x7f03000c;
public static int default_title_indicator_footer_color=0x7f03000d;
public static int default_title_indicator_selected_color=0x7f03000e;
public static int default_title_indicator_text_color=0x7f03000f;
public static int default_underline_indicator_selected_color=0x7f030010;
public static int vpi__background_holo_dark=0x7f030000;
public static int vpi__background_holo_light=0x7f030001;
public static int vpi__bright_foreground_disabled_holo_dark=0x7f030004;
public static int vpi__bright_foreground_disabled_holo_light=0x7f030005;
public static int vpi__bright_foreground_holo_dark=0x7f030002;
public static int vpi__bright_foreground_holo_light=0x7f030003;
public static int vpi__bright_foreground_inverse_holo_dark=0x7f030006;
public static int vpi__bright_foreground_inverse_holo_light=0x7f030007;
public static int vpi__dark_theme=0x7f030011;
public static int vpi__light_theme=0x7f030012;
}
public static final class dimen {
public static int default_circle_indicator_radius=0x7f060000;
public static int default_circle_indicator_stroke_width=0x7f060001;
public static int default_line_indicator_gap_width=0x7f060003;
public static int default_line_indicator_line_width=0x7f060002;
public static int default_line_indicator_stroke_width=0x7f060004;
public static int default_title_indicator_clip_padding=0x7f060005;
public static int default_title_indicator_footer_indicator_height=0x7f060007;
public static int default_title_indicator_footer_indicator_underline_padding=0x7f060008;
public static int default_title_indicator_footer_line_height=0x7f060006;
public static int default_title_indicator_footer_padding=0x7f060009;
public static int default_title_indicator_text_size=0x7f06000a;
public static int default_title_indicator_title_padding=0x7f06000b;
public static int default_title_indicator_top_padding=0x7f06000c;
}
public static final class drawable {
public static int vpi__tab_indicator=0x7f020000;
public static int vpi__tab_selected_focused_holo=0x7f020001;
public static int vpi__tab_selected_holo=0x7f020002;
public static int vpi__tab_selected_pressed_holo=0x7f020003;
public static int vpi__tab_unselected_focused_holo=0x7f020004;
public static int vpi__tab_unselected_holo=0x7f020005;
public static int vpi__tab_unselected_pressed_holo=0x7f020006;
}
public static final class id {
public static int bottom=0x7f080003;
public static int none=0x7f080000;
public static int top=0x7f080004;
public static int triangle=0x7f080001;
public static int underline=0x7f080002;
}
public static final class integer {
public static int default_circle_indicator_orientation=0x7f050000;
public static int default_title_indicator_footer_indicator_style=0x7f050001;
public static int default_title_indicator_line_position=0x7f050002;
public static int default_underline_indicator_fade_delay=0x7f050003;
public static int default_underline_indicator_fade_length=0x7f050004;
}
public static final class style {
public static int TextAppearance_TabPageIndicator=0x7f070003;
public static int Theme_PageIndicatorDefaults=0x7f070000;
public static int Widget=0x7f070001;
public static int Widget_IconPageIndicator=0x7f070004;
public static int Widget_TabPageIndicator=0x7f070002;
}
public static final class styleable {
/** Attributes that can be used with a CirclePageIndicator.
Includes the following attributes:
Attribute Description
{@link #CirclePageIndicator_android_background android:background}
View background
{@link #CirclePageIndicator_android_orientation android:orientation}
Orientation of the indicator.
{@link #CirclePageIndicator_centered com.viewpagerindicator:centered}
Whether or not the indicators should be centered.
{@link #CirclePageIndicator_fillColor com.viewpagerindicator:fillColor}
Color of the filled circle that represents the current page.
{@link #CirclePageIndicator_pageColor com.viewpagerindicator:pageColor}
Color of the filled circles that represents pages.
{@link #CirclePageIndicator_radius com.viewpagerindicator:radius}
Radius of the circles.
{@link #CirclePageIndicator_snap com.viewpagerindicator:snap}
Whether or not the selected indicator snaps to the circles.
{@link #CirclePageIndicator_strokeColor com.viewpagerindicator:strokeColor}
Color of the open circles.
{@link #CirclePageIndicator_strokeWidth com.viewpagerindicator:strokeWidth}
Width of the stroke used to draw the circles.
@see #CirclePageIndicator_android_background
@see #CirclePageIndicator_android_orientation
@see #CirclePageIndicator_centered
@see #CirclePageIndicator_fillColor
@see #CirclePageIndicator_pageColor
@see #CirclePageIndicator_radius
@see #CirclePageIndicator_snap
@see #CirclePageIndicator_strokeColor
@see #CirclePageIndicator_strokeWidth
*/
public static final int[] CirclePageIndicator = {
0x010100c4, 0x010100d4, 0x7f010006, 0x7f010008,
0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d,
0x7f01000e
};
/**
@attr description
View background
This corresponds to the global attribute
resource symbol {@link android.R.attr#background}.
@attr name android:background
*/
public static int CirclePageIndicator_android_background = 1;
/**
@attr description
Orientation of the indicator.
This corresponds to the global attribute
resource symbol {@link android.R.attr#orientation}.
@attr name android:orientation
*/
public static int CirclePageIndicator_android_orientation = 0;
/**
@attr description
Whether or not the indicators should be centered.
Must be a boolean value, either "true
" or "false
".
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.
This is a private symbol.
@attr name com.viewpagerindicator:centered
*/
public static int CirclePageIndicator_centered = 2;
/**
@attr description
Color of the filled circle that represents the current page.
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.
This is a private symbol.
@attr name com.viewpagerindicator:fillColor
*/
public static int CirclePageIndicator_fillColor = 4;
/**
@attr description
Color of the filled circles that represents pages.
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.
This is a private symbol.
@attr name com.viewpagerindicator:pageColor
*/
public static int CirclePageIndicator_pageColor = 5;
/**
@attr description
Radius of the circles. This is also the spacing between circles.
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.
This is a private symbol.
@attr name com.viewpagerindicator:radius
*/
public static int CirclePageIndicator_radius = 6;
/**
@attr description
Whether or not the selected indicator snaps to the circles.
Must be a boolean value, either "true
" or "false
".
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.
This is a private symbol.
@attr name com.viewpagerindicator:snap
*/
public static int CirclePageIndicator_snap = 7;
/**
@attr description
Color of the open circles.
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.
This is a private symbol.
@attr name com.viewpagerindicator:strokeColor
*/
public static int CirclePageIndicator_strokeColor = 8;
/**
@attr description
Width of the stroke used to draw the circles.
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.
This is a private symbol.
@attr name com.viewpagerindicator:strokeWidth
*/
public static int CirclePageIndicator_strokeWidth = 3;
/** Attributes that can be used with a LinePageIndicator.
Includes the following attributes:
Attribute Description
{@link #LinePageIndicator_android_background android:background}
View background
{@link #LinePageIndicator_centered com.viewpagerindicator:centered}
Whether or not the indicators should be centered.
{@link #LinePageIndicator_gapWidth com.viewpagerindicator:gapWidth}
Width of the gap between each indicator line.
{@link #LinePageIndicator_lineWidth com.viewpagerindicator:lineWidth}
Width of each indicator line.
{@link #LinePageIndicator_selectedColor com.viewpagerindicator:selectedColor}
Color of the selected line that represents the current page.
{@link #LinePageIndicator_strokeWidth com.viewpagerindicator:strokeWidth}
Width of each indicator line's stroke.
{@link #LinePageIndicator_unselectedColor com.viewpagerindicator:unselectedColor}
Color of the unselected lines that represent the pages.
@see #LinePageIndicator_android_background
@see #LinePageIndicator_centered
@see #LinePageIndicator_gapWidth
@see #LinePageIndicator_lineWidth
@see #LinePageIndicator_selectedColor
@see #LinePageIndicator_strokeWidth
@see #LinePageIndicator_unselectedColor
*/
public static final int[] LinePageIndicator = {
0x010100d4, 0x7f010006, 0x7f010007, 0x7f010008,
0x7f010009, 0x7f01000f, 0x7f010010
};
/**
@attr description
View background
This corresponds to the global attribute
resource symbol {@link android.R.attr#background}.
@attr name android:background
*/
public static int LinePageIndicator_android_background = 0;
/**
@attr description
Whether or not the indicators should be centered.
Must be a boolean value, either "true
" or "false
".
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.
This is a private symbol.
@attr name com.viewpagerindicator:centered
*/
public static int LinePageIndicator_centered = 1;
/**
@attr description
Width of the gap between each indicator line.
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.
This is a private symbol.
@attr name com.viewpagerindicator:gapWidth
*/
public static int LinePageIndicator_gapWidth = 6;
/**
@attr description
Width of each indicator line.
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.
This is a private symbol.
@attr name com.viewpagerindicator:lineWidth
*/
public static int LinePageIndicator_lineWidth = 5;
/**
@attr description
Color of the selected line that represents the current page.
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.
This is a private symbol.
@attr name com.viewpagerindicator:selectedColor
*/
public static int LinePageIndicator_selectedColor = 2;
/**
@attr description
Width of each indicator line's stroke.
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.
This is a private symbol.
@attr name com.viewpagerindicator:strokeWidth
*/
public static int LinePageIndicator_strokeWidth = 3;
/**
@attr description
Color of the unselected lines that represent the pages.
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.
This is a private symbol.
@attr name com.viewpagerindicator:unselectedColor
*/
public static int LinePageIndicator_unselectedColor = 4;
/** Attributes that can be used with a TitlePageIndicator.
Includes the following attributes:
Attribute Description
{@link #TitlePageIndicator_android_background android:background}
View background
{@link #TitlePageIndicator_android_textColor android:textColor}
Color of regular titles.
{@link #TitlePageIndicator_android_textSize android:textSize}
Size of title text.
{@link #TitlePageIndicator_clipPadding com.viewpagerindicator:clipPadding}
Screen edge padding.
{@link #TitlePageIndicator_footerColor com.viewpagerindicator:footerColor}
Color of the footer line and indicator.
{@link #TitlePageIndicator_footerIndicatorHeight com.viewpagerindicator:footerIndicatorHeight}
Height of the indicator above the footer line.
{@link #TitlePageIndicator_footerIndicatorStyle com.viewpagerindicator:footerIndicatorStyle}
Style of the indicator.
{@link #TitlePageIndicator_footerIndicatorUnderlinePadding com.viewpagerindicator:footerIndicatorUnderlinePadding}
Left and right padding of the underline indicator.
{@link #TitlePageIndicator_footerLineHeight com.viewpagerindicator:footerLineHeight}
Height of the footer line.
{@link #TitlePageIndicator_footerPadding com.viewpagerindicator:footerPadding}
Padding between the bottom of the title and the footer.
{@link #TitlePageIndicator_linePosition com.viewpagerindicator:linePosition}
Position of the line.
{@link #TitlePageIndicator_selectedBold com.viewpagerindicator:selectedBold}
Whether or not the selected item is displayed as bold.
{@link #TitlePageIndicator_selectedColor com.viewpagerindicator:selectedColor}
Color of the selected title.
{@link #TitlePageIndicator_titlePadding com.viewpagerindicator:titlePadding}
Padding between titles when bumping into each other.
{@link #TitlePageIndicator_topPadding com.viewpagerindicator:topPadding}
Padding between titles and the top of the View.
@see #TitlePageIndicator_android_background
@see #TitlePageIndicator_android_textColor
@see #TitlePageIndicator_android_textSize
@see #TitlePageIndicator_clipPadding
@see #TitlePageIndicator_footerColor
@see #TitlePageIndicator_footerIndicatorHeight
@see #TitlePageIndicator_footerIndicatorStyle
@see #TitlePageIndicator_footerIndicatorUnderlinePadding
@see #TitlePageIndicator_footerLineHeight
@see #TitlePageIndicator_footerPadding
@see #TitlePageIndicator_linePosition
@see #TitlePageIndicator_selectedBold
@see #TitlePageIndicator_selectedColor
@see #TitlePageIndicator_titlePadding
@see #TitlePageIndicator_topPadding
*/
public static final int[] TitlePageIndicator = {
0x01010095, 0x01010098, 0x010100d4, 0x7f010007,
0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014,
0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018,
0x7f010019, 0x7f01001a, 0x7f01001b
};
/**
@attr description
View background
This corresponds to the global attribute
resource symbol {@link android.R.attr#background}.
@attr name android:background
*/
public static int TitlePageIndicator_android_background = 2;
/**
@attr description
Color of regular titles.
This corresponds to the global attribute
resource symbol {@link android.R.attr#textColor}.
@attr name android:textColor
*/
public static int TitlePageIndicator_android_textColor = 1;
/**
@attr description
Size of title text.
This corresponds to the global attribute
resource symbol {@link android.R.attr#textSize}.
@attr name android:textSize
*/
public static int TitlePageIndicator_android_textSize = 0;
/**
@attr description
Screen edge padding.
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.
This is a private symbol.
@attr name com.viewpagerindicator:clipPadding
*/
public static int TitlePageIndicator_clipPadding = 4;
/**
@attr description
Color of the footer line and indicator.
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.
This is a private symbol.
@attr name com.viewpagerindicator:footerColor
*/
public static int TitlePageIndicator_footerColor = 5;
/**
@attr description
Height of the indicator above the footer line.
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.
This is a private symbol.
@attr name com.viewpagerindicator:footerIndicatorHeight
*/
public static int TitlePageIndicator_footerIndicatorHeight = 8;
/**
@attr description
Style of the indicator. Default is triangle.
Must be one of the following constant values.
Constant Value Description
none
0
triangle
1
underline
2
This is a private symbol.
@attr name com.viewpagerindicator:footerIndicatorStyle
*/
public static int TitlePageIndicator_footerIndicatorStyle = 7;
/**
@attr description
Left and right padding of the underline indicator.
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.
This is a private symbol.
@attr name com.viewpagerindicator:footerIndicatorUnderlinePadding
*/
public static int TitlePageIndicator_footerIndicatorUnderlinePadding = 9;
/**
@attr description
Height of the footer line.
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.
This is a private symbol.
@attr name com.viewpagerindicator:footerLineHeight
*/
public static int TitlePageIndicator_footerLineHeight = 6;
/**
@attr description
Padding between the bottom of the title and the footer.
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.
This is a private symbol.
@attr name com.viewpagerindicator:footerPadding
*/
public static int TitlePageIndicator_footerPadding = 10;
/**
@attr description
Position of the line.
Must be one of the following constant values.
Constant Value Description
bottom
0
top
1
This is a private symbol.
@attr name com.viewpagerindicator:linePosition
*/
public static int TitlePageIndicator_linePosition = 11;
/**
@attr description
Whether or not the selected item is displayed as bold.
Must be a boolean value, either "true
" or "false
".
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.
This is a private symbol.
@attr name com.viewpagerindicator:selectedBold
*/
public static int TitlePageIndicator_selectedBold = 12;
/**
@attr description
Color of the selected title.
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.
This is a private symbol.
@attr name com.viewpagerindicator:selectedColor
*/
public static int TitlePageIndicator_selectedColor = 3;
/**
@attr description
Padding between titles when bumping into each other.
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.
This is a private symbol.
@attr name com.viewpagerindicator:titlePadding
*/
public static int TitlePageIndicator_titlePadding = 13;
/**
@attr description
Padding between titles and the top of the View.
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.
This is a private symbol.
@attr name com.viewpagerindicator:topPadding
*/
public static int TitlePageIndicator_topPadding = 14;
/** Attributes that can be used with a UnderlinePageIndicator.
Includes the following attributes:
Attribute Description
{@link #UnderlinePageIndicator_android_background android:background}
View background
{@link #UnderlinePageIndicator_fadeDelay com.viewpagerindicator:fadeDelay}
Length of the delay to fade the indicator.
{@link #UnderlinePageIndicator_fadeLength com.viewpagerindicator:fadeLength}
Length of the indicator fade to transparent.
{@link #UnderlinePageIndicator_fades com.viewpagerindicator:fades}
Whether or not the selected indicator fades.
{@link #UnderlinePageIndicator_selectedColor com.viewpagerindicator:selectedColor}
Color of the selected line that represents the current page.
@see #UnderlinePageIndicator_android_background
@see #UnderlinePageIndicator_fadeDelay
@see #UnderlinePageIndicator_fadeLength
@see #UnderlinePageIndicator_fades
@see #UnderlinePageIndicator_selectedColor
*/
public static final int[] UnderlinePageIndicator = {
0x010100d4, 0x7f010007, 0x7f01001c, 0x7f01001d,
0x7f01001e
};
/**
@attr description
View background
This corresponds to the global attribute
resource symbol {@link android.R.attr#background}.
@attr name android:background
*/
public static int UnderlinePageIndicator_android_background = 0;
/**
@attr description
Length of the delay to fade the indicator.
Must be an integer value, such as "100
".
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.
This is a private symbol.
@attr name com.viewpagerindicator:fadeDelay
*/
public static int UnderlinePageIndicator_fadeDelay = 3;
/**
@attr description
Length of the indicator fade to transparent.
Must be an integer value, such as "100
".
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.
This is a private symbol.
@attr name com.viewpagerindicator:fadeLength
*/
public static int UnderlinePageIndicator_fadeLength = 4;
/**
@attr description
Whether or not the selected indicator fades.
Must be a boolean value, either "true
" or "false
".
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.
This is a private symbol.
@attr name com.viewpagerindicator:fades
*/
public static int UnderlinePageIndicator_fades = 2;
/**
@attr description
Color of the selected line that represents the current page.
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.
This is a private symbol.
@attr name com.viewpagerindicator:selectedColor
*/
public static int UnderlinePageIndicator_selectedColor = 1;
/** Attributes that can be used with a ViewPagerIndicator.
Includes the following attributes:
Attribute Description
{@link #ViewPagerIndicator_vpiCirclePageIndicatorStyle com.viewpagerindicator:vpiCirclePageIndicatorStyle}
Style of the circle indicator.
{@link #ViewPagerIndicator_vpiIconPageIndicatorStyle com.viewpagerindicator:vpiIconPageIndicatorStyle}
Style of the icon indicator's views.
{@link #ViewPagerIndicator_vpiLinePageIndicatorStyle com.viewpagerindicator:vpiLinePageIndicatorStyle}
Style of the line indicator.
{@link #ViewPagerIndicator_vpiTabPageIndicatorStyle com.viewpagerindicator:vpiTabPageIndicatorStyle}
Style of the tab indicator's tabs.
{@link #ViewPagerIndicator_vpiTitlePageIndicatorStyle com.viewpagerindicator:vpiTitlePageIndicatorStyle}
Style of the title indicator.
{@link #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle com.viewpagerindicator:vpiUnderlinePageIndicatorStyle}
Style of the underline indicator.
@see #ViewPagerIndicator_vpiCirclePageIndicatorStyle
@see #ViewPagerIndicator_vpiIconPageIndicatorStyle
@see #ViewPagerIndicator_vpiLinePageIndicatorStyle
@see #ViewPagerIndicator_vpiTabPageIndicatorStyle
@see #ViewPagerIndicator_vpiTitlePageIndicatorStyle
@see #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle
*/
public static final int[] ViewPagerIndicator = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
0x7f010004, 0x7f010005
};
/**
@attr description
Style of the circle indicator.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
This is a private symbol.
@attr name com.viewpagerindicator:vpiCirclePageIndicatorStyle
*/
public static int ViewPagerIndicator_vpiCirclePageIndicatorStyle = 0;
/**
@attr description
Style of the icon indicator's views.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
This is a private symbol.
@attr name com.viewpagerindicator:vpiIconPageIndicatorStyle
*/
public static int ViewPagerIndicator_vpiIconPageIndicatorStyle = 1;
/**
@attr description
Style of the line indicator.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
This is a private symbol.
@attr name com.viewpagerindicator:vpiLinePageIndicatorStyle
*/
public static int ViewPagerIndicator_vpiLinePageIndicatorStyle = 2;
/**
@attr description
Style of the tab indicator's tabs.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
This is a private symbol.
@attr name com.viewpagerindicator:vpiTabPageIndicatorStyle
*/
public static int ViewPagerIndicator_vpiTabPageIndicatorStyle = 4;
/**
@attr description
Style of the title indicator.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
This is a private symbol.
@attr name com.viewpagerindicator:vpiTitlePageIndicatorStyle
*/
public static int ViewPagerIndicator_vpiTitlePageIndicatorStyle = 3;
/**
@attr description
Style of the underline indicator.
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
This is a private symbol.
@attr name com.viewpagerindicator:vpiUnderlinePageIndicatorStyle
*/
public static int ViewPagerIndicator_vpiUnderlinePageIndicatorStyle = 5;
};
}