public static final class

R.styleable

extends Object
java.lang.Object
   ↳ com.cyrilmottier.android.greendroid.R.styleable

Summary

Constants
int[] ActionBar ActionBar related attributes

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:dividerDrawable
com.cyrilmottier.android.greendroid:dividerWidth
com.cyrilmottier.android.greendroid:homeDrawable
com.cyrilmottier.android.greendroid:maxItems
com.cyrilmottier.android.greendroid:title
com.cyrilmottier.android.greendroid:type
int ActionBar_dividerDrawable

This symbol is the offset where the dividerDrawable attribute's value can be found in the ActionBar array.

int ActionBar_dividerWidth

This symbol is the offset where the dividerWidth attribute's value can be found in the ActionBar array.

int ActionBar_homeDrawable

This symbol is the offset where the homeDrawable attribute's value can be found in the ActionBar array.

int ActionBar_maxItems

This symbol is the offset where the maxItems attribute's value can be found in the ActionBar array.

int ActionBar_title

This symbol is the offset where the title attribute's value can be found in the ActionBar array.

int ActionBar_type

This symbol is the offset where the type attribute's value can be found in the ActionBar array.

int[] AsyncImageView Attributes that can be used with a AsyncImageView.
int AsyncImageView_defaultSrc

This symbol is the offset where the defaultSrc attribute's value can be found in the AsyncImageView array.

int AsyncImageView_inDensity

This symbol is the offset where the inDensity attribute's value can be found in the AsyncImageView array.

int AsyncImageView_url

This symbol is the offset where the url attribute's value can be found in the AsyncImageView array.

int[] DescriptionItem Attributes that can be used with a DescriptionItem.
int[] DrawableItem Attributes that can be used with a DrawableItem.
int DrawableItem_drawable

This symbol is the offset where the drawable attribute's value can be found in the DrawableItem array.

int[] Item Styleables List items related attributes

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:enabled
int Item_enabled

This symbol is the offset where the enabled attribute's value can be found in the Item array.

int[] LongTextItem Attributes that can be used with a LongTextItem.
int[] PageIndicator Attributes that can be used with a PageIndicator.
int PageIndicator_activeDot

This symbol is the offset where the activeDot attribute's value can be found in the PageIndicator array.

int PageIndicator_dotCount

This symbol is the offset where the dotCount attribute's value can be found in the PageIndicator array.

int PageIndicator_dotDrawable

This symbol is the offset where the dotDrawable attribute's value can be found in the PageIndicator array.

int PageIndicator_dotSpacing

This symbol is the offset where the dotSpacing attribute's value can be found in the PageIndicator array.

int PageIndicator_dotType

This symbol is the offset where the dotType attribute's value can be found in the PageIndicator array.

int PageIndicator_gravity

This symbol is the offset where the gravity attribute's value can be found in the PageIndicator array.

int[] ProgressItem Attributes that can be used with a ProgressItem.
int ProgressItem_isInProgress

This symbol is the offset where the isInProgress attribute's value can be found in the ProgressItem array.

int[] SegmentedBar SegmentedBar related attributes

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:dividerDrawable
com.cyrilmottier.android.greendroid:dividerWidth
int SegmentedBar_dividerDrawable

This symbol is the offset where the dividerDrawable attribute's value can be found in the SegmentedBar array.

int SegmentedBar_dividerWidth

This symbol is the offset where the dividerWidth attribute's value can be found in the SegmentedBar array.

int[] SegmentedHost Attributes that can be used with a SegmentedHost.
int SegmentedHost_segmentedBar

This symbol is the offset where the segmentedBar attribute's value can be found in the SegmentedHost array.

int SegmentedHost_segmentedContentView

This symbol is the offset where the segmentedContentView attribute's value can be found in the SegmentedHost array.

int[] SeparatorItem Attributes that can be used with a SeparatorItem.
int[] SubtextItem Attributes that can be used with a SubtextItem.
int SubtextItem_subtext

This symbol is the offset where the subtext attribute's value can be found in the SubtextItem array.

int[] SubtitleItem Attributes that can be used with a SubtitleItem.
int SubtitleItem_subtitle

This symbol is the offset where the subtitle attribute's value can be found in the SubtitleItem array.

int[] TextItem Attributes that can be used with a TextItem.
int TextItem_text

This symbol is the offset where the text attribute's value can be found in the TextItem array.

int[] ThumbnailItem Attributes that can be used with a ThumbnailItem.
int ThumbnailItem_thumbnail

This symbol is the offset where the thumbnail attribute's value can be found in the ThumbnailItem array.

int ThumbnailItem_thumbnailURL

This symbol is the offset where the thumbnailURL attribute's value can be found in the ThumbnailItem array.

Public Constructors
R.styleable()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ActionBar_dividerDrawable

This symbol is the offset where the dividerDrawable attribute's value can be found in the ActionBar array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 0 (0x00000000)

public static final int ActionBar_dividerWidth

This symbol is the offset where the dividerWidth attribute's value can be found in the ActionBar 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.

Constant Value: 1 (0x00000001)

public static final int ActionBar_homeDrawable

This symbol is the offset where the homeDrawable attribute's value can be found in the ActionBar array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 4 (0x00000004)

public static final int ActionBar_maxItems

This symbol is the offset where the maxItems attribute's value can be found in the ActionBar array.

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.

Constant Value: 5 (0x00000005)

public static final int ActionBar_title

This symbol is the offset where the title attribute's value can be found in the ActionBar 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.

Constant Value: 2 (0x00000002)

public static final int ActionBar_type

This symbol is the offset where the type attribute's value can be found in the ActionBar array.

Must be one of the following constant values.

ConstantValueDescription
normal0
dashboard1
empty2

Constant Value: 3 (0x00000003)

public static final int[] AsyncImageView

public static final int AsyncImageView_defaultSrc

This symbol is the offset where the defaultSrc attribute's value can be found in the AsyncImageView array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 0 (0x00000000)

public static final int AsyncImageView_inDensity

This symbol is the offset where the inDensity attribute's value can be found in the AsyncImageView array.

Must be one of the following constant values.

ConstantValueDescription
ldpi120
mdpi160
hdpi240
xhdpi320

Constant Value: 2 (0x00000002)

public static final int AsyncImageView_url

This symbol is the offset where the url attribute's value can be found in the AsyncImageView 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.

Constant Value: 1 (0x00000001)

public static final int[] DescriptionItem

Attributes that can be used with a DescriptionItem.

public static final int[] DrawableItem

Attributes that can be used with a DrawableItem.

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:drawable

public static final int DrawableItem_drawable

This symbol is the offset where the drawable attribute's value can be found in the DrawableItem array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 0 (0x00000000)

public static final int[] Item

Styleables List items related attributes

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:enabled

See Also

public static final int Item_enabled

This symbol is the offset where the enabled attribute's value can be found in the Item array.

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.

Constant Value: 0 (0x00000000)

public static final int[] LongTextItem

Attributes that can be used with a LongTextItem.

public static final int PageIndicator_activeDot

This symbol is the offset where the activeDot attribute's value can be found in the PageIndicator array.

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.

Constant Value: 1 (0x00000001)

public static final int PageIndicator_dotCount

This symbol is the offset where the dotCount attribute's value can be found in the PageIndicator array.

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.

Constant Value: 0 (0x00000000)

public static final int PageIndicator_dotDrawable

This symbol is the offset where the dotDrawable attribute's value can be found in the PageIndicator array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 2 (0x00000002)

public static final int PageIndicator_dotSpacing

This symbol is the offset where the dotSpacing attribute's value can be found in the PageIndicator 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.

Constant Value: 3 (0x00000003)

public static final int PageIndicator_dotType

This symbol is the offset where the dotType attribute's value can be found in the PageIndicator array.

Must be one of the following constant values.

ConstantValueDescription
single0
multiple1

Constant Value: 5 (0x00000005)

public static final int PageIndicator_gravity

This symbol is the offset where the gravity attribute's value can be found in the PageIndicator array.

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
top0x30
bottom0x50
left0x03
right0x05
center_vertical0x10
center_horizontal0x01
center0x11

Constant Value: 4 (0x00000004)

public static final int[] ProgressItem

Attributes that can be used with a ProgressItem.

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:isInProgress

public static final int ProgressItem_isInProgress

This symbol is the offset where the isInProgress attribute's value can be found in the ProgressItem array.

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.

Constant Value: 0 (0x00000000)

public static final int[] SegmentedBar

public static final int SegmentedBar_dividerDrawable

This symbol is the offset where the dividerDrawable attribute's value can be found in the SegmentedBar array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 0 (0x00000000)

public static final int SegmentedBar_dividerWidth

This symbol is the offset where the dividerWidth attribute's value can be found in the SegmentedBar 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.

Constant Value: 1 (0x00000001)

public static final int[] SegmentedHost

Attributes that can be used with a SegmentedHost.

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:segmentedBar
com.cyrilmottier.android.greendroid:segmentedContentView

public static final int SegmentedHost_segmentedBar

This symbol is the offset where the segmentedBar attribute's value can be found in the SegmentedHost array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 0 (0x00000000)

public static final int SegmentedHost_segmentedContentView

This symbol is the offset where the segmentedContentView attribute's value can be found in the SegmentedHost array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 1 (0x00000001)

public static final int[] SeparatorItem

Attributes that can be used with a SeparatorItem.

public static final int[] SubtextItem

Attributes that can be used with a SubtextItem.

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:subtext

public static final int SubtextItem_subtext

This symbol is the offset where the subtext attribute's value can be found in the SubtextItem 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.

Constant Value: 0 (0x00000000)

public static final int[] SubtitleItem

Attributes that can be used with a SubtitleItem.

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:subtitle

public static final int SubtitleItem_subtitle

This symbol is the offset where the subtitle attribute's value can be found in the SubtitleItem 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.

Constant Value: 0 (0x00000000)

public static final int[] TextItem

Attributes that can be used with a TextItem.

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:text

See Also

public static final int TextItem_text

This symbol is the offset where the text attribute's value can be found in the TextItem 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.

Constant Value: 0 (0x00000000)

public static final int[] ThumbnailItem

Attributes that can be used with a ThumbnailItem.

Includes the following attributes:

AttributeDescription
com.cyrilmottier.android.greendroid:thumbnail
com.cyrilmottier.android.greendroid:thumbnailURL

public static final int ThumbnailItem_thumbnail

This symbol is the offset where the thumbnail attribute's value can be found in the ThumbnailItem array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

Constant Value: 0 (0x00000000)

public static final int ThumbnailItem_thumbnailURL

This symbol is the offset where the thumbnailURL attribute's value can be found in the ThumbnailItem 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.

Constant Value: 1 (0x00000001)

Public Constructors

public R.styleable ()