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

Unified Diff: mobile/android/base/resources/drawable-large-v11/browser_toolbar_action_bar_button.xml

Issue 29348083: Issue 3769 - UI colours gone bad (Closed)
Patch Set: Adjusting comments which indicates what has being changed by this issue in upstream code Created Oct. 25, 2016, 12:16 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/base/resources/drawable-large-v11/browser_toolbar_action_bar_button.xml
===================================================================
--- a/mobile/android/base/resources/drawable-large-v11/browser_toolbar_action_bar_button.xml
+++ b/mobile/android/base/resources/drawable-large-v11/browser_toolbar_action_bar_button.xml
@@ -10,17 +10,18 @@
android:state_pressed="true"
android:state_enabled="true">
<inset android:insetTop="@dimen/tablet_browser_toolbar_menu_item_inset_vertical"
android:insetBottom="@dimen/tablet_browser_toolbar_menu_item_inset_vertical"
android:insetLeft="@dimen/tablet_browser_toolbar_menu_item_inset_horizontal"
android:insetRight="@dimen/tablet_browser_toolbar_menu_item_inset_horizontal">
<shape android:shape="rectangle">
- <solid android:color="@color/text_and_tabs_tray_grey"/>
+ <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 -->
+ <solid android:color="@color/abb_background_light_grey"/>
<corners android:radius="@dimen/standard_corner_radius"/>
</shape>
</inset>
</item>
<item gecko:state_private="true"
android:state_focused="true"

Powered by Google App Engine
This is Rietveld