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

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

Issue 2703463002: [List UI Unification] Basic list unification for phones (Closed)
Patch Set: [List UI Unification] Basic list unification for phones Created 3 years, 10 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/res/layout/date_view.xml ('k') | chrome/android/java/res/layout/history_date_view.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/download_main.xml
diff --git a/chrome/android/java/res/layout/download_main.xml b/chrome/android/java/res/layout/download_main.xml
index cbf4c8b85a284b7f8e185db9fec1bb7c92af0f7e..5e22ea6ac8b4810a45ddc6d8791d69be14bbd120 100644
--- a/chrome/android/java/res/layout/download_main.xml
+++ b/chrome/android/java/res/layout/download_main.xml
@@ -13,7 +13,7 @@
android:id="@+id/selectable_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@android:color/white" />
+ android:background="@color/default_primary_color" />
<!-- NAVIGATION DRAWER
We can't assign a paddingStart or paddingEnd because the section highlights are full-bleed.
« no previous file with comments | « chrome/android/java/res/layout/date_view.xml ('k') | chrome/android/java/res/layout/history_date_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698