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

Unified Diff: chrome/android/java/res/drawable/offline_badge_background.xml

Issue 2492463004: [NTP] Correct the Offline Badge shown on tiles. (Closed)
Patch Set: Created 4 years, 1 month 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/most_visited_item.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/drawable/offline_badge_background.xml
diff --git a/chrome/android/java/res/drawable/offline_badge_background.xml b/chrome/android/java/res/drawable/offline_badge_background.xml
index cede6860a66efe8ed46d5f984bcfdd96bb473162..f68ed79fb1396ee486ccbf15e5a27f57c84ae879 100644
--- a/chrome/android/java/res/drawable/offline_badge_background.xml
+++ b/chrome/android/java/res/drawable/offline_badge_background.xml
@@ -7,6 +7,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval" >
<solid
- android:color="#FFFFFF" />
+ android:color="@color/ntp_bg" />
</shape>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/most_visited_item.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698