Skip to content

Commit

Permalink
Bug 1147121 - Change colorPrimary from primary to text_and_tabs_tray_…
Browse files Browse the repository at this point in the history
…grey. r=me

My work in bug 1134484 (color palette v1) will break this - easier to fix it
now. Note that the colors are identical.
  • Loading branch information
mcomella committed Apr 2, 2015
1 parent 59dfb36 commit b706e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/base/resources/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<!-- Set the app's title bar color in the recent app switcher.
Note: We'd prefer not to show up in the recent app switcher (bug 1137928). -->
<item name="android:colorPrimary">@color/primary</item>
<item name="android:colorPrimary">@color/text_and_tabs_tray_grey</item>
<!-- We display the overlay on top of other Activities so show their status bar. -->
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
Expand Down

0 comments on commit b706e7c

Please sign in to comment.