Most visited

Recently visited

R.color

public static final class R.color
extends Object

java.lang.Object
   ↳ android.support.design.R.color


Summary

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

Fields

design_fab_shadow_end_color

int design_fab_shadow_end_color

Shadow color for the furthest pixels of a shadow

design_fab_shadow_mid_color

int design_fab_shadow_mid_color

Shadow color for the middle pixels of a shadow

design_fab_shadow_start_color

int design_fab_shadow_start_color

Shadow color for the first pixels of a shadow

design_fab_stroke_end_inner_color

int design_fab_stroke_end_inner_color

Color for the bottom inner pixels in the stroke: 4% black (these are multiplied)

design_fab_stroke_end_outer_color

int design_fab_stroke_end_outer_color

Color for the bottom outer pixels in the stroke: 6% black (these are multiplied)

design_fab_stroke_top_inner_color

int design_fab_stroke_top_inner_color

Color for the top inner pixels in the stroke: 10% white (these are multiplied)

design_fab_stroke_top_outer_color

int design_fab_stroke_top_outer_color

Color for the top outer pixels in the stroke: 18% white (these are multiplied)

design_snackbar_background_color

int design_snackbar_background_color

design_textinput_error_color_dark

int design_textinput_error_color_dark

design_textinput_error_color_light

int design_textinput_error_color_light

Public constructors

R.color

R.color ()

Hooray!