com.vodafone360.people
Class R.styleable

java.lang.Object
  extended by com.vodafone360.people.R.styleable
Enclosing class:
R

public static final class R.styleable
extends java.lang.Object


Field Summary
static int[] CustomAnimationButton
          Attributes that can be used with a CustomAnimationButton.
static int CustomAnimationButton_animationResource
          This symbol is the offset where the R.attr.animationResource attribute's value can be found in the CustomAnimationButton array.
static int CustomAnimationButton_imageResource
          This symbol is the offset where the R.attr.imageResource attribute's value can be found in the CustomAnimationButton array.
static int CustomAnimationButton_textResource
          This symbol is the offset where the R.attr.textResource attribute's value can be found in the CustomAnimationButton array.
static int[] PeopleTheme
          Attributes that can be used with a PeopleTheme.
static int PeopleTheme_DetailSectionDivider
          This symbol is the offset where the R.attr.DetailSectionDivider attribute's value can be found in the PeopleTheme array.
static int PeopleTheme_PeopleListPreferredItemHeight
          This symbol is the offset where the R.attr.PeopleListPreferredItemHeight attribute's value can be found in the PeopleTheme array.
static int PeopleTheme_PeopleTextAppearanceContactDetailData
          This symbol is the offset where the R.attr.PeopleTextAppearanceContactDetailData attribute's value can be found in the PeopleTheme array.
static int PeopleTheme_PeopleTextAppearanceContactDetailType
          This symbol is the offset where the R.attr.PeopleTextAppearanceContactDetailType attribute's value can be found in the PeopleTheme array.
static int PeopleTheme_PeopleTextAppearanceGroupFilter
          This symbol is the offset where the R.attr.PeopleTextAppearanceGroupFilter attribute's value can be found in the PeopleTheme array.
static int[] TabWidget
          Attributes that can be used with a TabWidget.
static int[] Theme
          These are the standard attributes that make up a complete theme.
static int Theme_tabWidgetStyle
          
 
Constructor Summary
R.styleable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CustomAnimationButton

public static final int[] CustomAnimationButton
Attributes that can be used with a CustomAnimationButton.

Includes the following attributes:

AttributeDescription
com.vodafone360.people:animationResource
com.vodafone360.people:imageResource
com.vodafone360.people:textResource

See Also:
CustomAnimationButton_animationResource, CustomAnimationButton_imageResource, CustomAnimationButton_textResource

CustomAnimationButton_animationResource

public static final int CustomAnimationButton_animationResource

This symbol is the offset where the R.attr.animationResource attribute's value can be found in the CustomAnimationButton 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".

See Also:
Constant Field Values

CustomAnimationButton_imageResource

public static final int CustomAnimationButton_imageResource

This symbol is the offset where the R.attr.imageResource attribute's value can be found in the CustomAnimationButton 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".

See Also:
Constant Field Values

CustomAnimationButton_textResource

public static final int CustomAnimationButton_textResource

This symbol is the offset where the R.attr.textResource attribute's value can be found in the CustomAnimationButton 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".

See Also:
Constant Field Values

PeopleTheme

public static final int[] PeopleTheme
Attributes that can be used with a PeopleTheme.

Includes the following attributes:

AttributeDescription
com.vodafone360.people:DetailSectionDivider
com.vodafone360.people:PeopleListPreferredItemHeight
com.vodafone360.people:PeopleTextAppearanceContactDetailData
com.vodafone360.people:PeopleTextAppearanceContactDetailType
com.vodafone360.people:PeopleTextAppearanceGroupFilter

See Also:
PeopleTheme_DetailSectionDivider, PeopleTheme_PeopleListPreferredItemHeight, PeopleTheme_PeopleTextAppearanceContactDetailData, PeopleTheme_PeopleTextAppearanceContactDetailType, PeopleTheme_PeopleTextAppearanceGroupFilter

PeopleTheme_DetailSectionDivider

public static final int PeopleTheme_DetailSectionDivider

This symbol is the offset where the R.attr.DetailSectionDivider attribute's value can be found in the PeopleTheme 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".

See Also:
Constant Field Values

PeopleTheme_PeopleListPreferredItemHeight

public static final int PeopleTheme_PeopleListPreferredItemHeight

This symbol is the offset where the R.attr.PeopleListPreferredItemHeight attribute's value can be found in the PeopleTheme 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".

See Also:
Constant Field Values

PeopleTheme_PeopleTextAppearanceContactDetailData

public static final int PeopleTheme_PeopleTextAppearanceContactDetailData

This symbol is the offset where the R.attr.PeopleTextAppearanceContactDetailData attribute's value can be found in the PeopleTheme 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".

See Also:
Constant Field Values

PeopleTheme_PeopleTextAppearanceContactDetailType

public static final int PeopleTheme_PeopleTextAppearanceContactDetailType

This symbol is the offset where the R.attr.PeopleTextAppearanceContactDetailType attribute's value can be found in the PeopleTheme 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".

See Also:
Constant Field Values

PeopleTheme_PeopleTextAppearanceGroupFilter

public static final int PeopleTheme_PeopleTextAppearanceGroupFilter

This symbol is the offset where the R.attr.PeopleTextAppearanceGroupFilter attribute's value can be found in the PeopleTheme 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".

See Also:
Constant Field Values

TabWidget

public static final int[] TabWidget
Attributes that can be used with a TabWidget.


Theme

public static final int[] Theme
These are the standard attributes that make up a complete theme.

Includes the following attributes:

AttributeDescription
com.vodafone360.people:tabWidgetStyle Default TabWidget style.

See Also:
Theme_tabWidgetStyle

Theme_tabWidgetStyle

public static final int Theme_tabWidgetStyle

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()


JavaDoc