Bug 1097337 - Set the Android 5 statusbar color. r=wesj

This commit is contained in:
Matt Brubeck 2015-02-11 09:16:22 -08:00
Родитель 853966ece4
Коммит 6153d7bbbb
2 изменённых файлов: 20 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<!--
Base application theme.
-->
<style name="GeckoBase" parent="@android:style/Theme.Material.Light">
<item name="android:colorPrimary">@color/primary</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="arrowPopupWidth">match_parent</item>
</style>
</resources>

Просмотреть файл

@ -4,6 +4,8 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<color name="primary">#363B40</color>
<color name="background_light">#FFF5F5F5</color>
<!-- If you update one, update the other. -->