mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
41 lines
1.5 KiB
XML
41 lines
1.5 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>
|
|
|
|
<!-- TabWidget -->
|
|
<style name="TabWidget">
|
|
<item name="android:layout_width">match_parent</item>
|
|
<item name="android:layout_height">48dip</item>
|
|
<item name="android:background">@drawable/tabs_tray_bg_repeat</item>
|
|
<item name="android:divider">@android:color/transparent</item>
|
|
<item name="android:tabStripEnabled">false</item>
|
|
</style>
|
|
|
|
</resources>
|