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 final int centered=0x7f010005;
/** 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 final int clipPadding=0x7f010010;
/** 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 final int fadeDelay=0x7f01001b;
/** 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 final int fadeLength=0x7f01001c;
/** 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 final int fades=0x7f01001a;
/** 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 final int fillColor=0x7f010009;
/** 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 final int footerColor=0x7f010011;
/** 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 final int footerIndicatorHeight=0x7f010014;
/** Style of the indicator. Default is triangle.
Must be one of the following constant values.
Constant Value Description
none0
triangle1
underline2
*/
public static final int footerIndicatorStyle=0x7f010013;
/** 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 final int footerIndicatorUnderlinePadding=0x7f010015;
/** 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 final int footerLineHeight=0x7f010012;
/** 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 final int footerPadding=0x7f010016;
/** 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 final int gapWidth=0x7f01000f;
/** 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 final int lineWidth=0x7f01000e;
/** 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 final int pageColor=0x7f01000a;
/** 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 final int radius=0x7f01000b;
/** 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 final int selectedBold=0x7f010017;
/**
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 selectedColor=0x7f010006;
/** 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 final int snap=0x7f01000c;
/** 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 final int strokeColor=0x7f01000d;
/**
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 strokeWidth=0x7f010007;
/** 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 final int titlePadding=0x7f010018;
/** 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 final int topPadding=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 final int unselectedColor=0x7f010008;
/** 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 final int vpiCirclePageIndicatorStyle=0x7f010000;
/** 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 final int vpiLinePageIndicatorStyle=0x7f010001;
/** 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 final int vpiTabPageIndicatorStyle=0x7f010003;
/** 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 final int vpiTitlePageIndicatorStyle=0x7f010002;
/** 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 final int vpiUnderlinePageIndicatorStyle=0x7f010004;
}
public static final class bool {
public static final int default_circle_indicator_centered=0x7f060000;
public static final int default_circle_indicator_snap=0x7f060001;
public static final int default_line_indicator_centered=0x7f060002;
public static final int default_title_indicator_selected_bold=0x7f060003;
public static final int default_underline_indicator_fades=0x7f060004;
}
public static final class color {
public static final int default_circle_indicator_fill_color=0x7f050008;
public static final int default_circle_indicator_page_color=0x7f050009;
public static final int default_circle_indicator_stroke_color=0x7f05000a;
public static final int default_line_indicator_selected_color=0x7f05000b;
public static final int default_line_indicator_unselected_color=0x7f05000c;
public static final int default_title_indicator_footer_color=0x7f05000d;
public static final int default_title_indicator_selected_color=0x7f05000e;
public static final int default_title_indicator_text_color=0x7f05000f;
public static final int default_underline_indicator_selected_color=0x7f050010;
public static final int vpi__background_holo_dark=0x7f050000;
public static final int vpi__background_holo_light=0x7f050001;
public static final int vpi__bright_foreground_disabled_holo_dark=0x7f050004;
public static final int vpi__bright_foreground_disabled_holo_light=0x7f050005;
public static final int vpi__bright_foreground_holo_dark=0x7f050002;
public static final int vpi__bright_foreground_holo_light=0x7f050003;
public static final int vpi__bright_foreground_inverse_holo_dark=0x7f050006;
public static final int vpi__bright_foreground_inverse_holo_light=0x7f050007;
public static final int vpi__dark_theme=0x7f050011;
public static final int vpi__light_theme=0x7f050012;
}
public static final class dimen {
public static final int default_circle_indicator_radius=0x7f080000;
public static final int default_circle_indicator_stroke_width=0x7f080001;
public static final int default_line_indicator_gap_width=0x7f080003;
public static final int default_line_indicator_line_width=0x7f080002;
public static final int default_line_indicator_stroke_width=0x7f080004;
public static final int default_title_indicator_clip_padding=0x7f080005;
public static final int default_title_indicator_footer_indicator_height=0x7f080007;
public static final int default_title_indicator_footer_indicator_underline_padding=0x7f080008;
public static final int default_title_indicator_footer_line_height=0x7f080006;
public static final int default_title_indicator_footer_padding=0x7f080009;
public static final int default_title_indicator_text_size=0x7f08000a;
public static final int default_title_indicator_title_padding=0x7f08000b;
public static final int default_title_indicator_top_padding=0x7f08000c;
}
public static final class drawable {
public static final int custom_tab_indicator=0x7f020000;
public static final int custom_tab_indicator_focused=0x7f020001;
public static final int custom_tab_indicator_selected=0x7f020002;
public static final int custom_tab_indicator_selected_focused=0x7f020003;
public static final int custom_tab_indicator_selected_pressed=0x7f020004;
public static final int custom_tab_indicator_unselected=0x7f020005;
public static final int custom_tab_indicator_unselected_focused=0x7f020006;
public static final int custom_tab_indicator_unselected_pressed=0x7f020007;
public static final int icon=0x7f020008;
public static final int vpi__tab_indicator=0x7f020009;
public static final int vpi__tab_selected_focused_holo=0x7f02000a;
public static final int vpi__tab_selected_holo=0x7f02000b;
public static final int vpi__tab_selected_pressed_holo=0x7f02000c;
public static final int vpi__tab_unselected_focused_holo=0x7f02000d;
public static final int vpi__tab_unselected_holo=0x7f02000e;
public static final int vpi__tab_unselected_pressed_holo=0x7f02000f;
}
public static final class id {
public static final int add_page=0x7f040006;
public static final int indicator=0x7f040004;
public static final int none=0x7f040000;
public static final int pager=0x7f040003;
public static final int random=0x7f040005;
public static final int remove_page=0x7f040007;
public static final int triangle=0x7f040001;
public static final int underline=0x7f040002;
}
public static final class integer {
public static final int default_circle_indicator_orientation=0x7f070000;
public static final int default_title_indicator_footer_indicator_style=0x7f070001;
public static final int default_underline_indicator_fade_delay=0x7f070002;
public static final int default_underline_indicator_fade_length=0x7f070003;
}
public static final class layout {
public static final int simple_circles=0x7f030000;
public static final int simple_circles_vertical=0x7f030001;
public static final int simple_lines=0x7f030002;
public static final int simple_tabs=0x7f030003;
public static final int simple_titles=0x7f030004;
public static final int simple_underlines=0x7f030005;
public static final int themed_circles=0x7f030006;
public static final int themed_lines=0x7f030007;
public static final int themed_titles=0x7f030008;
public static final int themed_underlines=0x7f030009;
}
public static final class menu {
public static final int menu=0x7f0a0000;
}
public static final class style {
public static final int CustomCirclePageIndicator=0x7f090007;
public static final int CustomLinePageIndicator=0x7f090006;
public static final int CustomTabPageIndicator=0x7f090008;
public static final int CustomTitlePageIndicator=0x7f090005;
public static final int CustomUnderlinePageIndicator=0x7f090009;
public static final int StyledIndicators=0x7f090004;
public static final int TextAppearance_TabPageIndicator=0x7f090003;
public static final int Theme_PageIndicatorDefaults=0x7f090000;
public static final int Widget=0x7f090001;
public static final int Widget_TabPageIndicator=0x7f090002;
}
public static final class styleable {
/** Attributes that can be used with a CirclePageIndicator.
Includes the following attributes:
Attribute Description
{@link #CirclePageIndicator_android_orientation com.viewpagerindicator.sample:android_orientation} Orientation of the indicator.
{@link #CirclePageIndicator_centered com.viewpagerindicator.sample:centered} Whether or not the indicators should be centered.
{@link #CirclePageIndicator_fillColor com.viewpagerindicator.sample:fillColor} Color of the filled circle that represents the current page.
{@link #CirclePageIndicator_pageColor com.viewpagerindicator.sample:pageColor} Color of the filled circles that represents pages.
{@link #CirclePageIndicator_radius com.viewpagerindicator.sample:radius} Radius of the circles.
{@link #CirclePageIndicator_snap com.viewpagerindicator.sample:snap} Whether or not the selected indicator snaps to the circles.
{@link #CirclePageIndicator_strokeColor com.viewpagerindicator.sample:strokeColor} Color of the open circles.
{@link #CirclePageIndicator_strokeWidth com.viewpagerindicator.sample:strokeWidth} Width of the stroke used to draw the circles.
@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, 0x7f010005, 0x7f010007, 0x7f010009,
0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d
};
/**
@attr description
Orientation of the indicator.
This corresponds to the global attribute resource symbol {@link com.viewpagerindicator.sample.R.attr#android_orientation}.
@attr name android:android_orientation
*/
public static final 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 android:centered
*/
public static final int CirclePageIndicator_centered = 1;
/**
@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 android:fillColor
*/
public static final int CirclePageIndicator_fillColor = 3;
/**
@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 android:pageColor
*/
public static final int CirclePageIndicator_pageColor = 4;
/**
@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 android:radius
*/
public static final int CirclePageIndicator_radius = 5;
/**
@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 android:snap
*/
public static final int CirclePageIndicator_snap = 6;
/**
@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 android:strokeColor
*/
public static final int CirclePageIndicator_strokeColor = 7;
/**
@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 android:strokeWidth
*/
public static final int CirclePageIndicator_strokeWidth = 2;
/** Attributes that can be used with a LinePageIndicator.
Includes the following attributes:
Attribute Description
{@link #LinePageIndicator_centered com.viewpagerindicator.sample:centered} Whether or not the indicators should be centered.
{@link #LinePageIndicator_gapWidth com.viewpagerindicator.sample:gapWidth} Width of the gap between each indicator line.
{@link #LinePageIndicator_lineWidth com.viewpagerindicator.sample:lineWidth} Width of each indicator line.
{@link #LinePageIndicator_selectedColor com.viewpagerindicator.sample:selectedColor} Color of the selected line that represents the current page.
{@link #LinePageIndicator_strokeWidth com.viewpagerindicator.sample:strokeWidth} Width of each indicator line's stroke.
{@link #LinePageIndicator_unselectedColor com.viewpagerindicator.sample:unselectedColor} Color of the unselected lines that represent the pages.
@see #LinePageIndicator_centered
@see #LinePageIndicator_gapWidth
@see #LinePageIndicator_lineWidth
@see #LinePageIndicator_selectedColor
@see #LinePageIndicator_strokeWidth
@see #LinePageIndicator_unselectedColor
*/
public static final int[] LinePageIndicator = {
0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008,
0x7f01000e, 0x7f01000f
};
/**
@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 android:centered
*/
public static final int LinePageIndicator_centered = 0;
/**
@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 android:gapWidth
*/
public static final int LinePageIndicator_gapWidth = 5;
/**
@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 android:lineWidth
*/
public static final int LinePageIndicator_lineWidth = 4;
/**
@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 android:selectedColor
*/
public static final int LinePageIndicator_selectedColor = 1;
/**
@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 android:strokeWidth
*/
public static final int LinePageIndicator_strokeWidth = 2;
/**
@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 android:unselectedColor
*/
public static final int LinePageIndicator_unselectedColor = 3;
/** Attributes that can be used with a TitlePageIndicator.
Includes the following attributes:
Attribute Description
{@link #TitlePageIndicator_android_textColor com.viewpagerindicator.sample:android_textColor} Color of regular titles.
{@link #TitlePageIndicator_android_textSize com.viewpagerindicator.sample:android_textSize} Size of title text.
{@link #TitlePageIndicator_clipPadding com.viewpagerindicator.sample:clipPadding} Screen edge padding.
{@link #TitlePageIndicator_footerColor com.viewpagerindicator.sample:footerColor} Color of the footer line and indicator.
{@link #TitlePageIndicator_footerIndicatorHeight com.viewpagerindicator.sample:footerIndicatorHeight} Height of the indicator above the footer line.
{@link #TitlePageIndicator_footerIndicatorStyle com.viewpagerindicator.sample:footerIndicatorStyle} Style of the indicator.
{@link #TitlePageIndicator_footerIndicatorUnderlinePadding com.viewpagerindicator.sample:footerIndicatorUnderlinePadding} Left and right padding of the underline indicator.
{@link #TitlePageIndicator_footerLineHeight com.viewpagerindicator.sample:footerLineHeight} Height of the footer line.
{@link #TitlePageIndicator_footerPadding com.viewpagerindicator.sample:footerPadding} Padding between the bottom of the title and the footer.
{@link #TitlePageIndicator_selectedBold com.viewpagerindicator.sample:selectedBold} Whether or not the selected item is displayed as bold.
{@link #TitlePageIndicator_selectedColor com.viewpagerindicator.sample:selectedColor} Color of the selected title.
{@link #TitlePageIndicator_titlePadding com.viewpagerindicator.sample:titlePadding} Padding between titles when bumping into each other.
{@link #TitlePageIndicator_topPadding com.viewpagerindicator.sample:topPadding} Padding between titles and the top of the View.
@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_selectedBold
@see #TitlePageIndicator_selectedColor
@see #TitlePageIndicator_titlePadding
@see #TitlePageIndicator_topPadding
*/
public static final int[] TitlePageIndicator = {
0x01010095, 0x01010098, 0x7f010006, 0x7f010010,
0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014,
0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018,
0x7f010019
};
/**
@attr description
Color of regular titles.
This corresponds to the global attribute resource symbol {@link com.viewpagerindicator.sample.R.attr#android_textColor}.
@attr name android:android_textColor
*/
public static final int TitlePageIndicator_android_textColor = 1;
/**
@attr description
Size of title text.
This corresponds to the global attribute resource symbol {@link com.viewpagerindicator.sample.R.attr#android_textSize}.
@attr name android:android_textSize
*/
public static final 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 android:clipPadding
*/
public static final int TitlePageIndicator_clipPadding = 3;
/**
@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 android:footerColor
*/
public static final int TitlePageIndicator_footerColor = 4;
/**
@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 android:footerIndicatorHeight
*/
public static final int TitlePageIndicator_footerIndicatorHeight = 7;
/**
@attr description
Style of the indicator. Default is triangle.
Must be one of the following constant values.
Constant Value Description
none0
triangle1
underline2
This is a private symbol.
@attr name android:footerIndicatorStyle
*/
public static final int TitlePageIndicator_footerIndicatorStyle = 6;
/**
@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 android:footerIndicatorUnderlinePadding
*/
public static final int TitlePageIndicator_footerIndicatorUnderlinePadding = 8;
/**
@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 android:footerLineHeight
*/
public static final int TitlePageIndicator_footerLineHeight = 5;
/**
@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 android:footerPadding
*/
public static final int TitlePageIndicator_footerPadding = 9;
/**
@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 android:selectedBold
*/
public static final int TitlePageIndicator_selectedBold = 10;
/**
@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 android:selectedColor
*/
public static final int TitlePageIndicator_selectedColor = 2;
/**
@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 android:titlePadding
*/
public static final int TitlePageIndicator_titlePadding = 11;
/**
@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 android:topPadding
*/
public static final int TitlePageIndicator_topPadding = 12;
/** Attributes that can be used with a UnderlinePageIndicator.
Includes the following attributes:
Attribute Description
{@link #UnderlinePageIndicator_fadeDelay com.viewpagerindicator.sample:fadeDelay} Length of the delay to fade the indicator.
{@link #UnderlinePageIndicator_fadeLength com.viewpagerindicator.sample:fadeLength} Length of the indicator fade to transparent.
{@link #UnderlinePageIndicator_fades com.viewpagerindicator.sample:fades} Whether or not the selected indicator fades.
{@link #UnderlinePageIndicator_selectedColor com.viewpagerindicator.sample:selectedColor} Color of the selected line that represents the current page.
@see #UnderlinePageIndicator_fadeDelay
@see #UnderlinePageIndicator_fadeLength
@see #UnderlinePageIndicator_fades
@see #UnderlinePageIndicator_selectedColor
*/
public static final int[] UnderlinePageIndicator = {
0x7f010006, 0x7f01001a, 0x7f01001b, 0x7f01001c
};
/**
@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 android:fadeDelay
*/
public static final int UnderlinePageIndicator_fadeDelay = 2;
/**
@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 android:fadeLength
*/
public static final int UnderlinePageIndicator_fadeLength = 3;
/**
@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 android:fades
*/
public static final int UnderlinePageIndicator_fades = 1;
/**
@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 android:selectedColor
*/
public static final int UnderlinePageIndicator_selectedColor = 0;
/** Attributes that can be used with a ViewPagerIndicator.
Includes the following attributes:
Attribute Description
{@link #ViewPagerIndicator_vpiCirclePageIndicatorStyle com.viewpagerindicator.sample:vpiCirclePageIndicatorStyle} Style of the circle indicator.
{@link #ViewPagerIndicator_vpiLinePageIndicatorStyle com.viewpagerindicator.sample:vpiLinePageIndicatorStyle} Style of the line indicator.
{@link #ViewPagerIndicator_vpiTabPageIndicatorStyle com.viewpagerindicator.sample:vpiTabPageIndicatorStyle} Style of the tab indicator's tabs.
{@link #ViewPagerIndicator_vpiTitlePageIndicatorStyle com.viewpagerindicator.sample:vpiTitlePageIndicatorStyle} Style of the title indicator.
{@link #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle com.viewpagerindicator.sample:vpiUnderlinePageIndicatorStyle} Style of the underline indicator.
@see #ViewPagerIndicator_vpiCirclePageIndicatorStyle
@see #ViewPagerIndicator_vpiLinePageIndicatorStyle
@see #ViewPagerIndicator_vpiTabPageIndicatorStyle
@see #ViewPagerIndicator_vpiTitlePageIndicatorStyle
@see #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle
*/
public static final int[] ViewPagerIndicator = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
0x7f010004
};
/**
@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 android:vpiCirclePageIndicatorStyle
*/
public static final int ViewPagerIndicator_vpiCirclePageIndicatorStyle = 0;
/**
@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 android:vpiLinePageIndicatorStyle
*/
public static final int ViewPagerIndicator_vpiLinePageIndicatorStyle = 1;
/**
@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 android:vpiTabPageIndicatorStyle
*/
public static final int ViewPagerIndicator_vpiTabPageIndicatorStyle = 3;
/**
@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 android:vpiTitlePageIndicatorStyle
*/
public static final int ViewPagerIndicator_vpiTitlePageIndicatorStyle = 2;
/**
@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 android:vpiUnderlinePageIndicatorStyle
*/
public static final int ViewPagerIndicator_vpiUnderlinePageIndicatorStyle = 4;
};
}