Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/app/src/main/res/color/tab_item_title.xml

Issue 29986555: Issue 7200 - Adjust UI colors (Closed)
Patch Set: Created Jan. 21, 2019, 6:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/app/src/main/res/color/tab_item_title.xml
===================================================================
--- a/mobile/android/app/src/main/res/color/tab_item_title.xml
+++ b/mobile/android/app/src/main/res/color/tab_item_title.xml
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 -->
<item android:state_checked="true"
- android:color="@color/abb_text_icons_dark_grey"/>
+ android:color="@color/about_page_header_grey"/>
<item android:state_pressed="true"
- android:color="@color/abb_text_icons_dark_grey"/>
+ android:color="@color/about_page_header_grey"/>
- <item android:color="@color/abb_text_icons_dark_grey"/>
+ <item android:color="@color/tabs_tray_icon_grey"/>
</selector>

Powered by Google App Engine
This is Rietveld