gecko/mobile/android/base/resources/values-v11/styles.xml
2011-12-15 11:53:04 -08:00

32 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--
Only overriden styles for Honeycomb/Ice cream sandwich are specified here.
Please refer to values/styles.xml for default styles.
-->
<!-- BrowserToolbar -->
<style name="BrowserToolbar">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
<item name="android:orientation">vertical</item>
</style>
<!-- Address bar -->
<style name="AddressBar">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
<item name="android:orientation">horizontal</item>
<item name="android:background">@drawable/address_bar_bg</item>
</style>
<!-- Lists in AwesomeBar -->
<style name="AwesomeBarList" parent="android:style/Widget.Holo.ListView">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">fill_parent</item>
<item name="android:layout_weight">1</item>
</style>
</resources>