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

Unified Diff: chrome/android/java/res/color/bottom_nav_tint.xml

Issue 2809923003: [Home] Add a Chrome Home specific incognito NTP (Closed)
Patch Set: [Home] Add a Chrome Home specific incognito NTP 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/color/bottom_nav_tint_incognito.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/color/bottom_nav_tint.xml
diff --git a/chrome/android/java/res/color/bottom_nav_tint.xml b/chrome/android/java/res/color/bottom_nav_tint.xml
index 147dff525d6e8fb0410d3ce74b9638305766c3ee..b6a20bd45e40bab2294236a231bfbe77ce32ea76 100644
--- a/chrome/android/java/res/color/bottom_nav_tint.xml
+++ b/chrome/android/java/res/color/bottom_nav_tint.xml
@@ -5,5 +5,5 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:color="@color/google_blue_700" />
- <item android:color="@color/google_grey_600"/>
+ <item android:color="@color/google_grey_600" />
</selector>
« no previous file with comments | « no previous file | chrome/android/java/res/color/bottom_nav_tint_incognito.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698