Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4005)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java

Issue 2845373003: Remove @color/appbar_background (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetContentController.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java b/chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java
index d94bab386cf0763c3315ea22156d72cb0f01fd9d..add383a00e074c0475685968f909d117e7715398 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java
@@ -177,8 +177,9 @@ public class SelectableListToolbar<E> extends Toolbar implements SelectionObserv
if (mDrawerLayout != null) initActionBarDrawerToggle();
- normalBackgroundColorResId = normalBackgroundColorResId != null ? normalBackgroundColorResId
- : R.color.appbar_background;
+ normalBackgroundColorResId = normalBackgroundColorResId != null
+ ? normalBackgroundColorResId
+ : R.color.default_primary_color;
mNormalBackgroundColor =
ApiCompatibilityUtils.getColor(getResources(), normalBackgroundColorResId);
setBackgroundColor(mNormalBackgroundColor);
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetContentController.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698