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

Side by Side Diff: mobile/android/base/resources/values/colors.xml

Issue 29325935: Issue 2991 - Wrong background colour for focused shaped button on phones (Closed)
Patch Set: Created Sept. 4, 2015, 1:28 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 5
6 <resources> 6 <resources>
7 <!-- Fennec color palette (bug 1127517) --> 7 <!-- Fennec color palette (bug 1127517) -->
8 <color name="fennec_ui_orange">#009CD0</color> 8 <color name="fennec_ui_orange">#009CD0</color>
9 <color name="action_orange">#E66000</color> 9 <color name="action_orange">#E66000</color>
10 <color name="action_orange_pressed">#DC5600</color> 10 <color name="action_orange_pressed">#DC5600</color>
(...skipping 30 matching lines...) Expand all
41 <!-- Synced w/ toolbar_grey_pressed --> 41 <!-- Synced w/ toolbar_grey_pressed -->
42 <color name="new_tablet_highlight_lwt">#AAD7D7DC</color> 42 <color name="new_tablet_highlight_lwt">#AAD7D7DC</color>
43 43
44 <!-- Synced w/ tabs_tray_grey_pressed --> 44 <!-- Synced w/ tabs_tray_grey_pressed -->
45 <color name="new_tablet_highlight_dark_lwt">#AA45494E</color> 45 <color name="new_tablet_highlight_dark_lwt">#AA45494E</color>
46 46
47 <!-- (bug 1077195) Focused state values are temporary. --> 47 <!-- (bug 1077195) Focused state values are temporary. -->
48 <color name="new_tablet_highlight_focused">#C0C9D0</color> 48 <color name="new_tablet_highlight_focused">#C0C9D0</color>
49 49
50 <!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey --> 50 <!-- highlight on shaped button: 20% white over text_and_tabs_tray_grey -->
51 <color name="highlight_shaped">#FFFFFFFF</color> 51 <color name="highlight_shaped">#FFF8F8F8</color>
52 52
53 <!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_gre y --> 53 <!-- highlight-focused on shaped button: 10% white over text_and_tabs_tray_gre y -->
54 <color name="highlight_shaped_focused">#FF565B60</color> 54 <color name="highlight_shaped_focused">#FF565B60</color>
55 55
56 <!-- highlight on private nav button: 20% white over private_toolbar_grey --> 56 <!-- highlight on private nav button: 20% white over private_toolbar_grey -->
57 <color name="highlight_nav_pb">#FF545654</color> 57 <color name="highlight_nav_pb">#FF545654</color>
58 58
59 <!-- highlight-focused on private nav button: 10% white over private_toolbar_g rey --> 59 <!-- highlight-focused on private nav button: 10% white over private_toolbar_g rey -->
60 <color name="highlight_nav_focused_pb">#FF3F423F</color> 60 <color name="highlight_nav_focused_pb">#FF3F423F</color>
61 61
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 <color name="find_matchcase_off">#D02626</color> 155 <color name="find_matchcase_off">#D02626</color>
156 156
157 <!-- Canvas delegate paint color --> 157 <!-- Canvas delegate paint color -->
158 <color name="canvas_delegate_paint">#FFFF0000</color> 158 <color name="canvas_delegate_paint">#FFFF0000</color>
159 159
160 <!-- Top sites thumbnail colors --> 160 <!-- Top sites thumbnail colors -->
161 <color name="top_site_default">#FFECF0F3</color> 161 <color name="top_site_default">#FFECF0F3</color>
162 <color name="top_site_border">#FFCFD9E1</color> 162 <color name="top_site_border">#FFCFD9E1</color>
163 163
164 </resources> 164 </resources>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld