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>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Only overriden styles for Honeycomb/Ice cream sandwich are specified here.
|
|
|
|
Please refer to values/styles.xml for default styles.
|
|
|
|
-->
|
|
|
|
|
2011-12-15 11:53:04 -08:00
|
|
|
<!-- BrowserToolbar -->
|
|
|
|
<style name="BrowserToolbar">
|
2012-01-30 22:26:37 -08:00
|
|
|
<item name="android:layout_width">fill_parent</item>
|
|
|
|
<item name="android:layout_height">fill_parent</item>
|
2012-05-31 16:01:50 -07:00
|
|
|
<item name="android:orientation">horizontal</item>
|
2011-12-15 11:53:04 -08:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- Address bar -->
|
|
|
|
<style name="AddressBar">
|
2012-01-30 22:26:37 -08:00
|
|
|
<item name="android:layout_width">fill_parent</item>
|
|
|
|
<item name="android:layout_height">fill_parent</item>
|
2011-12-15 11:53:04 -08:00
|
|
|
<item name="android:orientation">horizontal</item>
|
|
|
|
</style>
|
|
|
|
|
2011-11-23 00:01:38 -08:00
|
|
|
<!-- Lists in AwesomeBar -->
|
|
|
|
<style name="AwesomeBarList" parent="android:style/Widget.Holo.ListView">
|
2012-01-30 22:26:37 -08:00
|
|
|
<item name="android:layout_width">fill_parent</item>
|
2011-11-23 00:01:38 -08:00
|
|
|
<item name="android:layout_height">fill_parent</item>
|
|
|
|
<item name="android:layout_weight">1</item>
|
2012-03-26 14:39:24 -07:00
|
|
|
<item name="android:divider">#E5E5E5</item>
|
|
|
|
<item name="android:dividerHeight">1dp</item>
|
2011-11-23 00:01:38 -08:00
|
|
|
</style>
|
2012-02-13 10:23:09 -08:00
|
|
|
|
|
|
|
<!-- ActionBar -->
|
|
|
|
<style name="ActionBar" parent="android:style/Widget.Holo.ActionBar" />
|
|
|
|
|
|
|
|
<!-- GeckoApp ActionBar -->
|
|
|
|
<style name="ActionBar.GeckoApp">
|
2012-05-31 16:01:50 -07:00
|
|
|
<item name="android:background">#000000</item>
|
2012-02-13 10:23:09 -08:00
|
|
|
<item name="android:displayOptions">showCustom</item>
|
|
|
|
<item name="android:customNavigationLayout">@layout/browser_toolbar</item>
|
|
|
|
</style>
|
2012-03-12 12:15:57 -07:00
|
|
|
|
2012-02-13 10:23:09 -08:00
|
|
|
<!-- AwesomeBar ActionBar -->
|
|
|
|
<style name="ActionBar.AwesomeBar">
|
2012-03-13 11:59:02 -07:00
|
|
|
<item name="android:displayOptions">showCustom</item>
|
|
|
|
<item name="android:customNavigationLayout">@layout/awesomebar_actionbar</item>
|
2012-03-12 12:15:57 -07:00
|
|
|
<item name="android:visibility">gone</item>
|
2012-02-13 10:23:09 -08:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- GeckoPreferences ActionBar -->
|
|
|
|
<style name="ActionBar.GeckoPreferences">
|
|
|
|
<item name="android:displayOptions">showHome|homeAsUp|showTitle</item>
|
|
|
|
</style>
|
2012-02-13 16:54:36 -08:00
|
|
|
|
|
|
|
<!-- TabsTray ActionBar -->
|
|
|
|
<style name="ActionBar.TabsTray">
|
|
|
|
<item name="android:visibility">gone</item>
|
|
|
|
</style>
|
2011-11-23 00:01:38 -08:00
|
|
|
|
|
|
|
</resources>
|