public
static
final
class
R.color
extends Object
java.lang.Object | |
↳ | android.support.design.R.color |
Fields | |
---|---|
public
static
int |
design_fab_shadow_end_color
Shadow color for the furthest pixels of a shadow |
public
static
int |
design_fab_shadow_mid_color
Shadow color for the middle pixels of a shadow |
public
static
int |
design_fab_shadow_start_color
Shadow color for the first pixels of a shadow |
public
static
int |
design_fab_stroke_end_inner_color
Color for the bottom inner pixels in the stroke: 4% black (these are multiplied) |
public
static
int |
design_fab_stroke_end_outer_color
Color for the bottom outer pixels in the stroke: 6% black (these are multiplied) |
public
static
int |
design_fab_stroke_top_inner_color
Color for the top inner pixels in the stroke: 10% white (these are multiplied) |
public
static
int |
design_fab_stroke_top_outer_color
Color for the top outer pixels in the stroke: 18% white (these are multiplied) |
public
static
int |
design_snackbar_background_color
|
public
static
int |
design_textinput_error_color_dark
|
public
static
int |
design_textinput_error_color_light
|
Public constructors | |
---|---|
R.color()
|
Inherited methods | |
---|---|
From
class
java.lang.Object
|
int design_fab_shadow_end_color
Shadow color for the furthest pixels of a shadow
int design_fab_shadow_mid_color
Shadow color for the middle pixels of a shadow
int design_fab_shadow_start_color
Shadow color for the first pixels of a shadow
int design_fab_stroke_end_inner_color
Color for the bottom inner pixels in the stroke: 4% black (these are multiplied)
int design_fab_stroke_end_outer_color
Color for the bottom outer pixels in the stroke: 6% black (these are multiplied)
int design_fab_stroke_top_inner_color
Color for the top inner pixels in the stroke: 10% white (these are multiplied)
int design_fab_stroke_top_outer_color
Color for the top outer pixels in the stroke: 18% white (these are multiplied)
int design_snackbar_background_color
int design_textinput_error_color_dark
int design_textinput_error_color_light
R.color ()