# Print output for @column tags ?>
public
static
final
class
R.color
extends Object
java.lang.Object | |
↳ | android.R.color |
Constants | |
---|---|
int |
background_dark
Equivalent to 0xff000000 Equivalent to 0xff000000 |
int |
background_light
Equivalent to 0xffffffff Equivalent to 0xffffffff |
int |
black
The color black, equivalent to 0xff000000 |
int |
darker_gray
Equivalent to 0xffaaaaaa A dark gray, equivalent to 0xffaaaaaa |
int |
holo_blue_bright
A really bright Holo shade of blue. |
int |
holo_blue_dark
A dark Holo shade of blue. |
int |
holo_blue_light
A light Holo shade of blue. |
int |
holo_green_dark
A dark Holo shade of green. |
int |
holo_green_light
A light Holo shade of green. |
int |
holo_orange_dark
A dark Holo shade of orange. |
int |
holo_orange_light
A light Holo shade of orange. |
int |
holo_purple
A Holo shade of purple. |
int |
holo_red_dark
A dark Holo shade of red. |
int |
holo_red_light
A light Holo shade of red. |
int |
primary_text_dark
This constant is deprecated. Use a text color from your theme instead. |
int |
primary_text_dark_nodisable
This constant is deprecated. Use a text color from your theme instead. |
int |
primary_text_light
This constant is deprecated. Use a text color from your theme instead. |
int |
primary_text_light_nodisable
This constant is deprecated. Use a text color from your theme instead. |
int |
secondary_text_dark
This constant is deprecated. Use a text color from your theme instead. |
int |
secondary_text_dark_nodisable
This constant is deprecated. Use a text color from your theme instead. |
int |
secondary_text_light
This constant is deprecated. Use a text color from your theme instead. |
int |
secondary_text_light_nodisable
This constant is deprecated. Use a text color from your theme instead. |
int |
tab_indicator_text
Equivalent to 0xff808080 |
int |
tertiary_text_dark
This constant is deprecated. Use a text color from your theme instead. |
int |
tertiary_text_light
This constant is deprecated. Use a text color from your theme instead. |
int |
transparent
Fully transparent, equivalent to 0x00000000 |
int |
white
The color white, equivalent to 0xffffffff |
int |
widget_edittext_dark
Equivalent to 0xff000000 |
Public constructors | |
---|---|
color()
|
Inherited methods | |
---|---|
public static final int background_dark
Equivalent to 0xff000000 Equivalent to 0xff000000
Constant Value: 17170446 (0x0106000e)
public static final int background_light
Equivalent to 0xffffffff Equivalent to 0xffffffff
Constant Value: 17170447 (0x0106000f)
public static final int black
The color black, equivalent to 0xff000000
Constant Value: 17170444 (0x0106000c)
public static final int darker_gray
Equivalent to 0xffaaaaaa A dark gray, equivalent to 0xffaaaaaa
Constant Value: 17170432 (0x01060000)
public static final int holo_blue_bright
A really bright Holo shade of blue. Equivalent to #ff00ddff.
Constant Value: 17170459 (0x0106001b)
public static final int holo_blue_dark
A dark Holo shade of blue. Equivalent to #ff0099cc
Constant Value: 17170451 (0x01060013)
public static final int holo_blue_light
A light Holo shade of blue. Equivalent to #ff33b5e5.
Constant Value: 17170450 (0x01060012)
public static final int holo_green_dark
A dark Holo shade of green. Equivalent to #ff669900
Constant Value: 17170453 (0x01060015)
public static final int holo_green_light
A light Holo shade of green. Equivalent to #ff99cc00.
Constant Value: 17170452 (0x01060014)
public static final int holo_orange_dark
A dark Holo shade of orange. Equivalent to ffff8800.
Constant Value: 17170457 (0x01060019)
public static final int holo_orange_light
A light Holo shade of orange. Equivalent to #ffffbb33.
Constant Value: 17170456 (0x01060018)
public static final int holo_purple
A Holo shade of purple. Equivalent to #ffaa66cc
Constant Value: 17170458 (0x0106001a)
public static final int holo_red_dark
A dark Holo shade of red. Equivalent to #ffcc0000
Constant Value: 17170455 (0x01060017)
public static final int holo_red_light
A light Holo shade of red. Equivalent to #ffff4444. <
Constant Value: 17170454 (0x01060016)
public static final int primary_text_dark
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170433 (0x01060001)
public static final int primary_text_dark_nodisable
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170434 (0x01060002)
public static final int primary_text_light
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170435 (0x01060003)
public static final int primary_text_light_nodisable
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170436 (0x01060004)
public static final int secondary_text_dark
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170437 (0x01060005)
public static final int secondary_text_dark_nodisable
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170438 (0x01060006)
public static final int secondary_text_light
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170439 (0x01060007)
public static final int secondary_text_light_nodisable
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170440 (0x01060008)
public static final int tab_indicator_text
Equivalent to 0xff808080
Constant Value: 17170441 (0x01060009)
public static final int tertiary_text_dark
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170448 (0x01060010)
public static final int tertiary_text_light
This constant is deprecated.
Use a text color from your theme instead.
Constant Value: 17170449 (0x01060011)
public static final int transparent
Fully transparent, equivalent to 0x00000000
Constant Value: 17170445 (0x0106000d)
public static final int white
The color white, equivalent to 0xffffffff
Constant Value: 17170443 (0x0106000b)
public static final int widget_edittext_dark
Equivalent to 0xff000000
Constant Value: 17170442 (0x0106000a)
public color ()