blob: 473b170091bf8b2ee7292837a016cbbd836e3701 [file] [log] [blame]
Michael Kolbed217742010-08-10 17:52:34 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4 *
5 * Copyright 2006,2007,2008 The Android Open Source Project
6 *
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 */
19-->
Michael Kolbd3e4d4f2010-10-15 10:58:44 -070020
Michael Kolbed217742010-08-10 17:52:34 -070021<resources>
Michael Kolbc7485ae2010-09-03 10:10:58 -070022 <style name="BrowserTheme" parent="@android:Theme.Holo">
Michael Kolbed217742010-08-10 17:52:34 -070023 <item name="android:windowBackground">@color/white</item>
24 <item name="android:colorBackground">#FFFFFFFF</item>
25 <item name="android:windowActionBar">true</item>
26 <item name="android:windowNoTitle">false</item>
Adam Powelle4797922010-09-09 17:57:36 -070027 <item name="android:actionBarStyle">@style/ActionBarStyle</item>
Michael Kolb513286f2010-09-09 12:55:12 -070028 <item name="android:actionButtonStyle">@style/ActionButton</item>
Michael Kolbc7485ae2010-09-03 10:10:58 -070029 </style>
Michael Kolbd3e4d4f2010-10-15 10:58:44 -070030 <style name="Dialog" parent="@android:style/Theme.Holo.Dialog" >
31 <item name="android:windowActionBar">false</item>
Michael Kolbed217742010-08-10 17:52:34 -070032 </style>
Michael Kolbcb2e4692010-10-01 14:28:25 -070033 <style name="BookmarkTheme" parent="@android:Theme.Holo">
34 <item name="android:windowActionBar">false</item>
35 <item name="android:windowNoTitle">true</item>
36 <item name="android:colorBackgroundCacheHint">@null</item>
37 <item name="android:windowFrame">@null</item>
38 <item name="android:windowContentOverlay">@null</item>
39 <item name="android:windowIsFloating">true</item>
40 <item name="android:backgroundDimEnabled">false</item>
41 <item name="android:windowIsTranslucent">true</item>
Michael Kolbed217742010-08-10 17:52:34 -070042 </style>
Michael Kolb801ecb72010-08-25 12:57:38 -070043 <style name="ShortCutTheme" parent="@android:Theme.Holo">
Michael Kolb801ecb72010-08-25 12:57:38 -070044 </style>
Michael Kolbed217742010-08-10 17:52:34 -070045 <style name="ActionBarStyle">
Michael Kolb2b5a13a2010-12-09 14:13:42 -080046 <item name="android:height">56dip</item>
47 <item name="android:background">@drawable/bg_browsertabs</item>
Adam Powelld7973052010-11-15 21:10:48 -080048 <item name="android:displayOptions"></item>
Michael Kolbed217742010-08-10 17:52:34 -070049 </style>
Michael Kolb513286f2010-09-09 12:55:12 -070050 <style name="ActionButton">
Michael Kolb5a72f182011-01-13 20:35:06 -080051 <item name="android:background">?android:attr/selectableItemBackground</item>
Michael Kolb513286f2010-09-09 12:55:12 -070052 </style>
John Reck01820432010-11-29 10:32:24 -080053 <style name="Suggestions" parent="@android:style/Widget.Holo.Light.AutoCompleteTextView">
54 </style>
Michael Kolbd3e4d4f2010-10-15 10:58:44 -070055 <style name="SuggestionLineMedium"
56 parent="@android:style/TextAppearance.Holo.Medium.Inverse">
John Reckad373302010-12-17 15:28:13 -080057 <item name="android:textSize">16sp</item>
Michael Kolb513286f2010-09-09 12:55:12 -070058 </style>
Michael Kolbd3e4d4f2010-10-15 10:58:44 -070059 <style name="SuggestionLineSmall"
60 parent="@android:style/TextAppearance.Holo.Small.Inverse">
John Reckad373302010-12-17 15:28:13 -080061 <item name="android:textSize">12sp</item>
Michael Kolbed217742010-08-10 17:52:34 -070062 </style>
63</resources>