2011-11-23 00:01:38 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-05-21 04:12:37 -07:00
|
|
|
<!-- 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/. -->
|
|
|
|
|
2011-11-23 00:01:38 -08:00
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="Gecko" parent="@android:style/Theme.Holo">
|
2011-12-20 12:53:56 -08:00
|
|
|
<item name="android:windowContentOverlay">@null</item>
|
2011-11-23 11:04:47 -08:00
|
|
|
</style>
|
|
|
|
|
2012-06-10 16:37:47 -07:00
|
|
|
<style name="Gecko.TitleBar" parent="Gecko"/>
|
2011-11-23 11:04:47 -08:00
|
|
|
|
|
|
|
<style name="Gecko.NoActionBar" parent="@android:style/Theme.Holo">
|
|
|
|
<item name="android:windowActionBar">false</item>
|
2011-11-23 00:01:38 -08:00
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Gecko.Light" parent="@android:style/Theme.Holo.Light">
|
2011-12-20 12:53:56 -08:00
|
|
|
<item name="android:windowContentOverlay">@null</item>
|
2011-11-23 11:04:47 -08:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Gecko.Light.TitleBar" parent="Gecko.Light"/>
|
|
|
|
|
|
|
|
<style name="Gecko.Light.NoActionBar" parent="@android:style/Theme.Holo.Light">
|
|
|
|
<item name="android:windowActionBar">false</item>
|
2011-11-23 00:01:38 -08:00
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Gecko.Translucent" parent="@android:style/Theme.Translucent">
|
2011-12-15 11:53:04 -08:00
|
|
|
<item name="android:windowActionBar">true</item>
|
|
|
|
<item name="android:windowNoTitle">false</item>
|
2011-11-23 00:01:38 -08:00
|
|
|
</style>
|
2012-02-13 10:23:09 -08:00
|
|
|
|
|
|
|
<style name="Gecko.App">
|
2012-03-20 17:23:06 -07:00
|
|
|
<item name="android:windowBackground">@drawable/abouthome_bg_repeat</item>
|
2012-06-10 16:37:47 -07:00
|
|
|
<item name="android:actionBarStyle">@style/ActionBar.GeckoApp</item>
|
2012-05-31 16:01:50 -07:00
|
|
|
<item name="android:panelBackground">@drawable/menu_panel_bg</item>
|
2012-02-13 10:23:09 -08:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Gecko.Light.AwesomeBar">
|
|
|
|
<item name="android:actionBarStyle">@style/ActionBar.AwesomeBar</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Gecko.TitleBar.Preferences">
|
|
|
|
<item name="android:actionBarStyle">@style/ActionBar.GeckoPreferences</item>
|
|
|
|
</style>
|
2012-02-13 16:54:36 -08:00
|
|
|
|
|
|
|
<style name="Gecko.Translucent.TabsTray">
|
|
|
|
<item name="android:actionBarStyle">@style/ActionBar.TabsTray</item>
|
|
|
|
</style>
|
2011-11-23 00:01:38 -08:00
|
|
|
|
|
|
|
</resources>
|