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

Unified Diff: chrome/android/java/res/layout/selectable_list_layout.xml

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
Index: chrome/android/java/res/layout/selectable_list_layout.xml
diff --git a/chrome/android/java/res/layout/selectable_list_layout.xml b/chrome/android/java/res/layout/selectable_list_layout.xml
index 55eef22530eadee36412a6b1a3e20c2c8dd8c546..de9117dc53c99d12bb72c9814fdd1b82468211b1 100644
--- a/chrome/android/java/res/layout/selectable_list_layout.xml
+++ b/chrome/android/java/res/layout/selectable_list_layout.xml
@@ -9,7 +9,7 @@
android:inflatedId="@+id/action_bar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
- android:background="@color/appbar_background" />
+ android:background="@color/default_primary_color" />
<FrameLayout
android:id="@+id/list_content"
« no previous file with comments | « chrome/android/java/res/layout/bottom_sheet_bottom_nav.xml ('k') | chrome/android/java/res/values-sw720dp-v17/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698