зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1097337 - Set the Android 5 statusbar color. r=wesj
This commit is contained in:
Родитель
853966ece4
Коммит
6153d7bbbb
|
@ -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. -->
|
||||
|
|
Загрузка…
Ссылка в новой задаче