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>
|
|
|
|
|
2013-01-22 16:40:13 -08:00
|
|
|
<style name="Gecko" parent="@android:style/Theme.Holo.Light">
|
2011-12-20 12:53:56 -08:00
|
|
|
<item name="android:windowContentOverlay">@null</item>
|
2012-06-10 16:44:50 -07:00
|
|
|
<item name="android:windowActionBar">false</item>
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
2011-11-23 11:04:47 -08:00
|
|
|
</style>
|
|
|
|
|
2012-08-30 12:17:38 -07:00
|
|
|
<style name="Gecko.Dialog" parent="@android:style/Theme.Holo.Dialog">
|
|
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
|
|
<item name="android:windowActionBar">false</item>
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
|
2012-06-10 16:44:50 -07:00
|
|
|
<style name="Gecko.TitleBar" parent="Gecko">
|
|
|
|
<item name="android:windowActionBar">true</item>
|
|
|
|
<item name="android:windowNoTitle">false</item>
|
|
|
|
</style>
|
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">
|
2013-02-13 08:50:56 -08:00
|
|
|
<item name="android:windowBackground">@color/background_normal</item>
|
2012-05-31 16:01:50 -07:00
|
|
|
<item name="android:panelBackground">@drawable/menu_panel_bg</item>
|
2013-01-16 11:11:03 -08:00
|
|
|
<item name="android:dropDownListViewStyle">@style/DropDownListView</item>
|
2012-09-19 10:32:01 -07:00
|
|
|
<item name="android:listViewStyle">@style/GeckoList</item>
|
2013-01-16 11:11:03 -08:00
|
|
|
<item name="android:spinnerItemStyle">@style/SpinnerItem</item>
|
|
|
|
<item name="android:spinnerDropDownItemStyle">@style/SpinnerDropDownItem</item>
|
2012-02-13 10:23:09 -08:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Gecko.Light.AwesomeBar">
|
|
|
|
<item name="android:actionBarStyle">@style/ActionBar.AwesomeBar</item>
|
2013-02-25 12:15:00 -08:00
|
|
|
<item name="android:windowBackground">@null</item>
|
2012-02-13 10:23:09 -08:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Gecko.TitleBar.Preferences">
|
|
|
|
<item name="android:actionBarStyle">@style/ActionBar.GeckoPreferences</item>
|
2013-02-28 15:27:51 -08:00
|
|
|
<item name="android:windowBackground">@color/background_normal</item>
|
2012-02-13 10:23:09 -08:00
|
|
|
</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>
|