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

Unified Diff: chrome/android/java/res/color/bottom_nav_tint_incognito.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
Index: chrome/android/java/res/color/bottom_nav_tint_incognito.xml
diff --git a/chrome/android/java/res/color/bottom_nav_tint.xml b/chrome/android/java/res/color/bottom_nav_tint_incognito.xml
similarity index 66%
copy from chrome/android/java/res/color/bottom_nav_tint.xml
copy to chrome/android/java/res/color/bottom_nav_tint_incognito.xml
index 147dff525d6e8fb0410d3ce74b9638305766c3ee..1acb9df79f4a38c3f54caa40a8a3188e6b826ecb 100644
--- a/chrome/android/java/res/color/bottom_nav_tint.xml
+++ b/chrome/android/java/res/color/bottom_nav_tint_incognito.xml
@@ -4,6 +4,6 @@
found in the LICENSE file.
-->
<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:state_checked="true" android:color="@android:color/white" />
+ <item android:color="@color/white_alpha_70" />
</selector>

Powered by Google App Engine
This is Rietveld 408576698