com.uoc.hive.campus
Class R.color

java.lang.Object
  extended by com.uoc.hive.campus.R.color
Enclosing class:
R

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


Field Summary
static int blanc
           
static int grey_black
           
static int grey_dark
           
static int grey_royal
           
static int grey_text
           
 
Constructor Summary
R.color()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blanc

public static final int blanc
See Also:
Constant Field Values

grey_black

public static final int grey_black
See Also:
Constant Field Values

grey_dark

public static final int grey_dark
See Also:
Constant Field Values

grey_royal

public static final int grey_royal
See Also:
Constant Field Values

grey_text

public static final int grey_text
See Also:
Constant Field Values
Constructor Detail

R.color

public R.color()