Searched refs:toolbarColor (Results 1 – 1 of 1) sorted by relevance
930 final ColorDrawable toolbarColor; in updateToolbar() local934 toolbarColor = new ColorDrawable(getColor(android.R.color.transparent)); in updateToolbar()937 toolbarColor = new ColorDrawable(getColor(R.color.preview_scrim_solid_color)); in updateToolbar()940 toolbarColor = new ColorDrawable(mDefaultBackgroundColor); in updateToolbar()942 getSupportActionBar().setBackgroundDrawable(toolbarColor); in updateToolbar()