blob: 20e7297292eadeb3dbaffc3912bb79e973195d1f [file] [log] [blame]
The Android Open Source Project0c908882009-03-03 19:32:16 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
Michael Kolbed217742010-08-10 17:52:34 -07003/*
The Android Open Source Project0c908882009-03-03 19:32:16 -08004 *
5 * Copyright 2006,2007,2008 The Android Open Source Project
6 *
Michael Kolbed217742010-08-10 17:52:34 -07007 * 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
The Android Open Source Project0c908882009-03-03 19:32:16 -080010 *
Michael Kolbed217742010-08-10 17:52:34 -070011 * http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Project0c908882009-03-03 19:32:16 -080012 *
Michael Kolbed217742010-08-10 17:52:34 -070013 * 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
The Android Open Source Project0c908882009-03-03 19:32:16 -080017 * limitations under the License.
18 */
19-->
20<resources>
John Reck285ef042011-02-11 15:44:17 -080021 <style name="BrowserTheme" parent="@android:Theme.Holo">
22 <item name="android:windowBackground">@color/white</item>
23 <item name="android:colorBackground">#FFFFFFFF</item>
24 <item name="android:windowActionBar">true</item>
25 <item name="android:windowNoTitle">false</item>
John Reck30b065e2011-07-19 10:58:05 -070026 <item name="android:windowActionBarOverlay">false</item>
John Reck285ef042011-02-11 15:44:17 -080027 <item name="android:actionBarStyle">@style/ActionBarStyle</item>
The Android Open Source Project0c908882009-03-03 19:32:16 -080028 </style>
John Reck9d27ff52011-02-11 17:47:54 -080029 <style name="DialogWhenLarge" parent="@android:style/Theme.Holo.DialogWhenLarge" >
John Reck285ef042011-02-11 15:44:17 -080030 <item name="android:windowActionBar">false</item>
31 </style>
32 <style name="BookmarkTheme" parent="@android:Theme.Holo">
33 <item name="android:windowActionBar">false</item>
34 <item name="android:windowNoTitle">true</item>
35 <item name="android:colorBackgroundCacheHint">@null</item>
36 <item name="android:windowFrame">@null</item>
37 <item name="android:windowContentOverlay">@null</item>
38 <item name="android:windowIsFloating">true</item>
39 <item name="android:backgroundDimEnabled">false</item>
40 <item name="android:windowIsTranslucent">true</item>
41 </style>
John Reck30b065e2011-07-19 10:58:05 -070042 <style name="ActionBarStyle" parent="@android:style/Widget.Holo.ActionBar">
John Reck285ef042011-02-11 15:44:17 -080043 <item name="android:background">@drawable/bg_browsertabs</item>
44 <item name="android:displayOptions"></item>
45 </style>
John Reck9f45a352011-06-22 11:38:28 -070046 <style name="Suggestions" parent="@android:style/Widget.Holo.AutoCompleteTextView">
47 <item name="android:popupBackground">#D0000000</item>
48 <item name="android:dropDownVerticalOffset">0dip</item>
John Reck285ef042011-02-11 15:44:17 -080049 </style>
50 <style name="SuggestionLineMedium"
John Reck9f45a352011-06-22 11:38:28 -070051 parent="@android:style/TextAppearance.Holo.Medium">
John Reck285ef042011-02-11 15:44:17 -080052 <item name="android:textSize">16sp</item>
53 </style>
54 <style name="SuggestionLineSmall"
John Reck9f45a352011-06-22 11:38:28 -070055 parent="@android:style/TextAppearance.Holo.Small">
John Reck285ef042011-02-11 15:44:17 -080056 <item name="android:textSize">12sp</item>
Michael Kolbd3e4d4f2010-10-15 10:58:44 -070057 </style>
Adam Powelle4797922010-09-09 17:57:36 -070058 <style name="ActionBar" parent="@android:style/Widget.ActionBar">
Michael Kolbc7485ae2010-09-03 10:10:58 -070059 <item name="android:background">@color/black</item>
60 </style>
John Reck608baa72010-11-24 10:32:28 -080061 <style name="ShortcutTheme" parent="@android:Theme.Holo.DialogWhenLarge">
Michael Kolb801ecb72010-08-25 12:57:38 -070062 </style>
Leon Scroggins83932c72009-09-30 11:55:54 -040063 <style name="TitleBar">
64 <item name="android:windowEnterAnimation">@anim/title_bar_enter</item>
65 <item name="android:windowExitAnimation">@anim/title_bar_exit</item>
66 </style>
John Reck40badf22011-04-20 15:31:13 -070067 <style name="HoloIcon">
Michael Kolb31d469b2010-12-09 20:49:54 -080068 <item name="android:layout_marginLeft">16dip</item>
Michael Kolbc7485ae2010-09-03 10:10:58 -070069 </style>
John Reck3f24ba22011-01-20 12:55:17 -080070 <style name="HoloButton">
Michael Kolb5a72f182011-01-13 20:35:06 -080071 <item name="android:background">?android:attr/selectableItemBackground</item>
John Reck3f24ba22011-01-20 12:55:17 -080072 <item name="android:paddingLeft">8dip</item>
73 <item name="android:paddingRight">8dip</item>
Michael Kolbc7485ae2010-09-03 10:10:58 -070074 </style>
75 <style name="TabTitleSelected" parent="@android:style/TextAppearance.Small">
Michael Kolbd3e4d4f2010-10-15 10:58:44 -070076 <item name="android:textColor">?android:attr/textColorPrimary</item>
Michael Kolbc7485ae2010-09-03 10:10:58 -070077 <item name="android:textStyle">bold</item>
78 </style>
79 <style name="TabTitleUnselected" parent="@android:style/TextAppearance.Small">
Michael Kolbd3e4d4f2010-10-15 10:58:44 -070080 <item name="android:textColor">?android:attr/textColorSecondary</item>
Michael Kolbc7485ae2010-09-03 10:10:58 -070081 <item name="android:textStyle">normal</item>
82 </style>
The Android Open Source Project0c908882009-03-03 19:32:16 -080083</resources>