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

Unified Diff: mobile/android/base/resources/layout/tabs_panel_default.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/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"
« no previous file with comments | « mobile/android/base/resources/layout/tabs_counter.xml ('k') | mobile/android/base/resources/layout/tabs_panel_view.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld