sk.baka.ambient
Class R.attr

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

public static final class R.attr
extends Object


Field Summary
static int extendDown
          Must be a boolean value, either "true" or "false".
static int hintDeleteCopyMoveId
          Must be an integer value, such as "100".
static int hintDeleteId
          Must be an integer value, such as "100".
static int hintDeleteMovePasteId
          Must be an integer value, such as "100".
static int itemLayoutId
          Must be an integer value, such as "100".
static int pauseMs
          Must be an integer value, such as "100".
static int rootId
          Must be an integer value, such as "100".
static int textHintBgColor
          Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
static int textHintColor
          Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
 
Constructor Summary
R.attr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extendDown

public static final int extendDown

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

hintDeleteCopyMoveId

public static final int hintDeleteCopyMoveId

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

hintDeleteId

public static final int hintDeleteId

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

hintDeleteMovePasteId

public static final int hintDeleteMovePasteId

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

itemLayoutId

public static final int itemLayoutId

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

pauseMs

public static final int pauseMs

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

rootId

public static final int rootId

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

textHintBgColor

public static final int textHintBgColor

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

textHintColor

public static final int textHintColor

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
Constructor Detail

R.attr

public R.attr()


Copyright © 2007-2008. All Rights Reserved.