public static final class

R.color

extends Object
java.lang.Object
   ↳android.R.color

Summary

Constants
intbackground_dark
intbackground_light
intblack
intdarker_gray
intprimary_text_dark
intprimary_text_dark_nodisable
intprimary_text_light
intprimary_text_light_nodisable
intsecondary_text_dark
intsecondary_text_dark_nodisable
intsecondary_text_light
intsecondary_text_light_nodisable
inttab_indicator_text
inttertiary_text_dark
inttertiary_text_light
inttransparent
intwhite
intwidget_edittext_dark
Public Constructors
R.color()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int background_dark

Since: API Level 1

Constant Value: 17170446 (0x0106000e)

public static final int background_light

Since: API Level 1

Constant Value: 17170447 (0x0106000f)

public static final int black

Since: API Level 1

Constant Value: 17170444 (0x0106000c)

public static final int darker_gray

Since: API Level 1

Constant Value: 17170432 (0x01060000)

public static final int primary_text_dark

Since: API Level 1

Constant Value: 17170433 (0x01060001)

public static final int primary_text_dark_nodisable

Since: API Level 1

Constant Value: 17170434 (0x01060002)

public static final int primary_text_light

Since: API Level 1

Constant Value: 17170435 (0x01060003)

public static final int primary_text_light_nodisable

Since: API Level 1

Constant Value: 17170436 (0x01060004)

public static final int secondary_text_dark

Since: API Level 1

Constant Value: 17170437 (0x01060005)

public static final int secondary_text_dark_nodisable

Since: API Level 1

Constant Value: 17170438 (0x01060006)

public static final int secondary_text_light

Since: API Level 1

Constant Value: 17170439 (0x01060007)

public static final int secondary_text_light_nodisable

Since: API Level 1

Constant Value: 17170440 (0x01060008)

public static final int tab_indicator_text

Since: API Level 1

Constant Value: 17170441 (0x01060009)

public static final int tertiary_text_dark

Since: API Level 1

Constant Value: 17170448 (0x01060010)

public static final int tertiary_text_light

Since: API Level 1

Constant Value: 17170449 (0x01060011)

public static final int transparent

Since: API Level 1

Constant Value: 17170445 (0x0106000d)

public static final int white

Since: API Level 1

Constant Value: 17170443 (0x0106000b)

public static final int widget_edittext_dark

Since: API Level 1

Constant Value: 17170442 (0x0106000a)

Public Constructors

public R.color ()

Since: API Level 1