Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 1 | <?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 Kolb | d3e4d4f | 2010-10-15 10:58:44 -0700 | [diff] [blame] | 20 | |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 21 | <resources> |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 22 | <style name="BrowserTheme" parent="@android:Theme.Holo"> |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 23 | <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 Powell | e479792 | 2010-09-09 17:57:36 -0700 | [diff] [blame] | 27 | <item name="android:actionBarStyle">@style/ActionBarStyle</item> |
Michael Kolb | 513286f | 2010-09-09 12:55:12 -0700 | [diff] [blame] | 28 | <item name="android:actionButtonStyle">@style/ActionButton</item> |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 29 | </style> |
Michael Kolb | d3e4d4f | 2010-10-15 10:58:44 -0700 | [diff] [blame] | 30 | <style name="Dialog" parent="@android:style/Theme.Holo.Dialog" > |
| 31 | <item name="android:windowActionBar">false</item> |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 32 | </style> |
Michael Kolb | cb2e469 | 2010-10-01 14:28:25 -0700 | [diff] [blame] | 33 | <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 Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 42 | </style> |
Michael Kolb | 801ecb7 | 2010-08-25 12:57:38 -0700 | [diff] [blame] | 43 | <style name="ShortCutTheme" parent="@android:Theme.Holo"> |
Michael Kolb | 801ecb7 | 2010-08-25 12:57:38 -0700 | [diff] [blame] | 44 | </style> |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 45 | <style name="ActionBarStyle"> |
Michael Kolb | 2b5a13a | 2010-12-09 14:13:42 -0800 | [diff] [blame] | 46 | <item name="android:height">56dip</item> |
| 47 | <item name="android:background">@drawable/bg_browsertabs</item> |
Adam Powell | d797305 | 2010-11-15 21:10:48 -0800 | [diff] [blame] | 48 | <item name="android:displayOptions"></item> |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 49 | </style> |
Michael Kolb | 513286f | 2010-09-09 12:55:12 -0700 | [diff] [blame] | 50 | <style name="ActionButton"> |
Michael Kolb | 5a72f18 | 2011-01-13 20:35:06 -0800 | [diff] [blame] | 51 | <item name="android:background">?android:attr/selectableItemBackground</item> |
Michael Kolb | 513286f | 2010-09-09 12:55:12 -0700 | [diff] [blame] | 52 | </style> |
John Reck | 0182043 | 2010-11-29 10:32:24 -0800 | [diff] [blame] | 53 | <style name="Suggestions" parent="@android:style/Widget.Holo.Light.AutoCompleteTextView"> |
| 54 | </style> |
Michael Kolb | d3e4d4f | 2010-10-15 10:58:44 -0700 | [diff] [blame] | 55 | <style name="SuggestionLineMedium" |
| 56 | parent="@android:style/TextAppearance.Holo.Medium.Inverse"> |
John Reck | ad37330 | 2010-12-17 15:28:13 -0800 | [diff] [blame] | 57 | <item name="android:textSize">16sp</item> |
Michael Kolb | 513286f | 2010-09-09 12:55:12 -0700 | [diff] [blame] | 58 | </style> |
Michael Kolb | d3e4d4f | 2010-10-15 10:58:44 -0700 | [diff] [blame] | 59 | <style name="SuggestionLineSmall" |
| 60 | parent="@android:style/TextAppearance.Holo.Small.Inverse"> |
John Reck | ad37330 | 2010-12-17 15:28:13 -0800 | [diff] [blame] | 61 | <item name="android:textSize">12sp</item> |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 62 | </style> |
| 63 | </resources> |