mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 16:51:46 +00:00
Bug 1097337 - Set the Android 5 statusbar color. r=wesj
This commit is contained in:
parent
853966ece4
commit
6153d7bbbb
18
mobile/android/base/resources/values-v21/themes.xml
Normal file
18
mobile/android/base/resources/values-v21/themes.xml
Normal file
@ -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. -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user