mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
45 lines
1.4 KiB
XML
45 lines
1.4 KiB
XML
<?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>
|
|
|
|
<style name="Gecko" parent="@android:style/Theme">
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
</style>
|
|
|
|
<style name="Gecko.TitleBar" parent="Gecko">
|
|
<item name="android:windowNoTitle">false</item>
|
|
</style>
|
|
|
|
<style name="Gecko.NoActionBar" parent="Gecko"/>
|
|
|
|
<style name="Gecko.Light" parent="@android:style/Theme.Light">
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
</style>
|
|
|
|
<style name="Gecko.Light.TitleBar" parent="Gecko.Light">
|
|
<item name="android:windowNoTitle">false</item>
|
|
</style>
|
|
|
|
<style name="Gecko.Light.NoActionBar" parent="Gecko.Light"/>
|
|
|
|
<style name="Gecko.Translucent" parent="@android:style/Theme.Translucent">
|
|
<item name="android:windowNoTitle">true</item>
|
|
</style>
|
|
|
|
<style name="Gecko.App">
|
|
<item name="android:windowBackground">@drawable/abouthome_bg_repeat</item>
|
|
</style>
|
|
|
|
<style name="Gecko.Light.AwesomeBar"/>
|
|
|
|
<style name="Gecko.TitleBar.Preferences"/>
|
|
|
|
<style name="Gecko.Translucent.TabsTray"/>
|
|
|
|
</resources>
|