mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
fbb88e377d
--HG-- extra : rebase_source : c7e7367eae1135b070f9226086e4c3cf5245283c
50 lines
1.6 KiB
XML
50 lines
1.6 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.Dialog" parent="@android:style/Theme.Dialog">
|
|
<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>
|