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

Unified Diff: chrome/android/java/res/layout/bottom_sheet_bottom_nav.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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/selectable_list_layout.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/bottom_sheet_bottom_nav.xml
diff --git a/chrome/android/java/res/layout/bottom_sheet_bottom_nav.xml b/chrome/android/java/res/layout/bottom_sheet_bottom_nav.xml
index ea08da3d33c71d3460efc9d7b91fbfb741007d51..ee27426f72e52c74416a83dffc89e26a658b40d3 100644
--- a/chrome/android/java/res/layout/bottom_sheet_bottom_nav.xml
+++ b/chrome/android/java/res/layout/bottom_sheet_bottom_nav.xml
@@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_nav_height"
android:layout_gravity="start|bottom"
- android:background="@color/appbar_background"
+ android:background="@color/default_primary_color"
app:menu="@menu/bottom_sheet_nav_menu"
app:itemIconTint="@color/bottom_nav_tint"
app:itemTextColor="@color/bottom_nav_tint"
« no previous file with comments | « no previous file | chrome/android/java/res/layout/selectable_list_layout.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698