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

Side by Side Diff: mobile/android/base/resources/color-large-v11/new_tablet_tab_strip_item_title.xml

Issue 29325929: Issue 2966 - Tablet version - active tab should be highlighted with blue color (Closed)
Patch Set: Created Sept. 4, 2015, 10:33 a.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 <selector xmlns:android="http://schemas.android.com/apk/res/android" 2 <selector xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:gecko="http://schemas.android.com/apk/res-auto"> 3 xmlns:gecko="http://schemas.android.com/apk/res-auto">
4 4
5 <item android:state_checked="true" 5 <item android:state_checked="true"
6 gecko:state_private="true" 6 gecko:state_private="true"
7 android:color="@color/about_page_header_grey"/> 7 android:color="@color/fennec_ui_orange"/>
8 8
9 <item android:state_checked="true" 9 <item android:state_checked="true"
10 android:color="@color/placeholder_grey"/> 10 android:color="@color/fennec_ui_orange"/>
11 11
12 <item android:state_checked="false" 12 <item android:state_checked="false"
13 gecko:state_dark="true" 13 gecko:state_dark="true"
14 android:color="@color/about_page_header_grey"/> 14 android:color="@color/about_page_header_grey"/>
15 15
16 <item android:color="@color/placeholder_grey"/> 16 <item android:color="@color/placeholder_grey"/>
17 17
18 </selector> 18 </selector>
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