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

Side by Side Diff: mobile/android/base/resources/values-v21/themes.xml

Issue 29325246: Issue 2932 - Change title bar background (Closed)
Patch Set: Created Aug. 27, 2015, 10:24 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 7
8 <!-- 8 <!--
9 Base application theme. 9 Base application theme.
10 --> 10 -->
11 <style name="GeckoBase" parent="@android:style/Theme.Material.Light"> 11 <style name="GeckoBase" parent="@android:style/Theme.Material.Light">
12 <item name="android:colorPrimary">@color/text_and_tabs_tray_grey</item> 12 <item name="android:colorPrimary">@color/text_and_tabs_tray_grey</item>
13 <item name="android:colorPrimaryDark">@color/text_and_tabs_tray_grey</it em> 13 <item name="android:colorPrimaryDark">@color/placeholder_active_grey</it em>
14 <item name="android:windowNoTitle">true</item> 14 <item name="android:windowNoTitle">true</item>
15 <item name="android:windowContentOverlay">@null</item> 15 <item name="android:windowContentOverlay">@null</item>
16 </style> 16 </style>
17 17
18 </resources> 18 </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