Searched refs:metalBlueColor (Results 1 – 3 of 3) sorted by relevance
81 final int metalBlueColor = getResources().getColor(R.color.drawer_sample_metal_blue); in onContentViewSet() local82 mDrawerLayout.setStatusBarBackgroundColor(metalBlueColor); in onContentViewSet()83 mToolbar.setBackgroundColor(metalBlueColor); in onContentViewSet()
116 final int metalBlueColor = getResources().getColor(R.color.drawer_sample_metal_blue); in onContentViewSet() local117 mDrawerLayout.setStatusBarBackgroundColor(metalBlueColor); in onContentViewSet()118 mToolbar.setBackgroundColor(metalBlueColor); in onContentViewSet()
152 final int metalBlueColor = ContextCompat.getColor(this, R.color.drawer_sample_metal_blue); in onCreate() local153 mDrawerLayout.setStatusBarBackgroundColor(metalBlueColor); in onCreate()154 mToolbar.setBackgroundColor(metalBlueColor); in onCreate()