|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.beem.project.beem
Class R.attr

java.lang.Objectcom.beem.project.beem.R.attr
- Enclosing class:
- R
public static final class R.attr
- extends Object
| Field Summary | |
|---|---|
static int |
nonPrincipalColor
Must be a color value, in the form of " #rgb", "#argb",
"#rrggbb", or "#aarrggbb". |
static int |
nonPrincipalLineSize
Must be a dimension value, which is a floating point number appended with a unit such as " 14.5sp". |
static int |
principalColor
Must be a color value, in the form of " #rgb", "#argb",
"#rrggbb", or "#aarrggbb". |
static int |
principalLineSize
Must be a dimension value, which is a floating point number appended with a unit such as " 14.5sp". |
| 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 |
|---|
nonPrincipalColor
public static final int nonPrincipalColor
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
nonPrincipalLineSize
public static final int nonPrincipalLineSize
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.- See Also:
- Constant Field Values
principalColor
public static final int principalColor
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
principalLineSize
public static final int principalLineSize
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.- See Also:
- Constant Field Values
| Constructor Detail |
|---|
R.attr
public R.attr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2009 Beem-project.com. All Rights Reserved.

com.beem.project.beem.R.attr