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

Unified Diff: mobile/android/app/src/main/res/drawable/tab_item_close_button.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/drawable/tab_item_close_button.xml
===================================================================
--- a/mobile/android/app/src/main/res/drawable/tab_item_close_button.xml
+++ b/mobile/android/app/src/main/res/drawable/tab_item_close_button.xml
@@ -7,13 +7,12 @@
<!-- pressed state -->
<item android:state_pressed="true"
android:drawable="@drawable/tab_close_active"/>
<item android:state_checked="true"
android:drawable="@drawable/tab_close_active"/>
- <!-- Changed to follow ABB style guide. See https://issues.adblockplus.org/ticket/3769 -->
<!-- normal mode -->
<item android:drawable="@drawable/tab_close_active"/>
</selector>

Powered by Google App Engine
This is Rietveld