sk.baka.ambient
Class R.styleable

java.lang.Object
  extended by sk.baka.ambient.R.styleable
Enclosing class:
R

public static final class R.styleable
extends Object


Field Summary
static int[] ButtonBar
          Attributes that can be used with a ButtonBar.
static int ButtonBar_extendDown
          This symbol is the offset where the R.attr.extendDown attribute's value can be found in the ButtonBar array.
static int ButtonBar_rootId
          This symbol is the offset where the R.attr.rootId attribute's value can be found in the ButtonBar array.
static int ButtonBar_textHintBgColor
          This symbol is the offset where the R.attr.textHintBgColor attribute's value can be found in the ButtonBar array.
static int ButtonBar_textHintColor
          This symbol is the offset where the R.attr.textHintColor attribute's value can be found in the ButtonBar array.
static int[] GesturesListView
          Attributes that can be used with a GesturesListView.
static int GesturesListView_hintDeleteCopyMoveId
          This symbol is the offset where the R.attr.hintDeleteCopyMoveId attribute's value can be found in the GesturesListView array.
static int GesturesListView_hintDeleteId
          This symbol is the offset where the R.attr.hintDeleteId attribute's value can be found in the GesturesListView array.
static int GesturesListView_hintDeleteMovePasteId
          This symbol is the offset where the R.attr.hintDeleteMovePasteId attribute's value can be found in the GesturesListView array.
static int GesturesListView_itemLayoutId
          This symbol is the offset where the R.attr.itemLayoutId attribute's value can be found in the GesturesListView array.
static int[] TextScroller
          Attributes that can be used with a TextScroller.
static int TextScroller_pauseMs
          This symbol is the offset where the R.attr.pauseMs attribute's value can be found in the TextScroller array.
 
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

ButtonBar

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

Includes the following attributes:

AttributeSummary
sk.baka.ambient:extendDown
sk.baka.ambient:rootId
sk.baka.ambient:textHintBgColor
sk.baka.ambient:textHintColor

See Also:
ButtonBar_extendDown, ButtonBar_rootId, ButtonBar_textHintBgColor, ButtonBar_textHintColor

ButtonBar_extendDown

public static final int ButtonBar_extendDown

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

See Also:
Constant Field Values

ButtonBar_rootId

public static final int ButtonBar_rootId

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

See Also:
Constant Field Values

ButtonBar_textHintBgColor

public static final int ButtonBar_textHintBgColor

This symbol is the offset where the R.attr.textHintBgColor attribute's value can be found in the ButtonBar array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

ButtonBar_textHintColor

public static final int ButtonBar_textHintColor

This symbol is the offset where the R.attr.textHintColor attribute's value can be found in the ButtonBar array.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

See Also:
Constant Field Values

GesturesListView

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

Includes the following attributes:

AttributeSummary
sk.baka.ambient:hintDeleteCopyMoveId
sk.baka.ambient:hintDeleteId
sk.baka.ambient:hintDeleteMovePasteId
sk.baka.ambient:itemLayoutId

See Also:
GesturesListView_hintDeleteCopyMoveId, GesturesListView_hintDeleteId, GesturesListView_hintDeleteMovePasteId, GesturesListView_itemLayoutId

GesturesListView_hintDeleteCopyMoveId

public static final int GesturesListView_hintDeleteCopyMoveId

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

See Also:
Constant Field Values

GesturesListView_hintDeleteId

public static final int GesturesListView_hintDeleteId

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

See Also:
Constant Field Values

GesturesListView_hintDeleteMovePasteId

public static final int GesturesListView_hintDeleteMovePasteId

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

See Also:
Constant Field Values

GesturesListView_itemLayoutId

public static final int GesturesListView_itemLayoutId

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

See Also:
Constant Field Values

TextScroller

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

Includes the following attributes:

AttributeSummary
sk.baka.ambient:pauseMs

See Also:
TextScroller_pauseMs

TextScroller_pauseMs

public static final int TextScroller_pauseMs

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

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()


Copyright © 2007-2008. All Rights Reserved.