Index: mobile/android/base/resources/layout/tabs_panel_default.xml |
=================================================================== |
--- a/mobile/android/base/resources/layout/tabs_panel_default.xml |
+++ b/mobile/android/base/resources/layout/tabs_panel_default.xml |
@@ -8,20 +8,21 @@ |
<!-- The layout_height value is used in TabsPanel.getTabsLayoutContainerHeight |
and as an offset in PrivateTabsPanel: if you change it here, |
change it there! --> |
<RelativeLayout android:id="@+id/tabs_panel_header" |
android:layout_width="match_parent" |
android:layout_height="@dimen/browser_toolbar_height"> |
+ <!-- Using ABB color palette. See https://issues.adblockplus.org/ticket/3769 --> |
<view class="org.mozilla.gecko.tabs.TabsPanel$TabsPanelToolbar" |
android:layout_width="match_parent" |
android:layout_height="@dimen/browser_toolbar_height" |
- android:background="@color/text_and_tabs_tray_grey"> |
+ android:background="@color/abb_background_light_grey"> |
<org.mozilla.gecko.tabs.TabPanelBackButton |
android:id="@+id/nav_back" |
android:layout_width="@dimen/tabs_panel_button_width" |
android:layout_height="match_parent" |
android:minWidth="@dimen/tabs_panel_button_width" |
android:src="@drawable/tabs_panel_nav_back" |
android:contentDescription="@string/back" |