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

Unified 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.
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/resources/values-v21/themes.xml
===================================================================
--- a/mobile/android/base/resources/values-v21/themes.xml
+++ b/mobile/android/base/resources/values-v21/themes.xml
@@ -10,7 +10,7 @@
-->
<style name="GeckoBase" parent="@android:style/Theme.Material.Light">
<item name="android:colorPrimary">@color/text_and_tabs_tray_grey</item>
- <item name="android:colorPrimaryDark">@color/text_and_tabs_tray_grey</item>
+ <item name="android:colorPrimaryDark">@color/placeholder_active_grey</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
</style>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld