The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 3 | /* |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 4 | * |
| 5 | * Copyright 2006,2007,2008 The Android Open Source Project |
| 6 | * |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 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 |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 10 | * |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 11 | * http://www.apache.org/licenses/LICENSE-2.0 |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 12 | * |
Michael Kolb | ed21774 | 2010-08-10 17:52:34 -0700 | [diff] [blame] | 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 |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 17 | * limitations under the License. |
| 18 | */ |
| 19 | --> |
| 20 | <resources> |
Michael Kolb | d3e4d4f | 2010-10-15 10:58:44 -0700 | [diff] [blame] | 21 | <style name="BrowserTheme" parent="@android:Theme.Black"> |
Grace Kloba | 4ec2c4b | 2009-09-16 15:43:22 -0700 | [diff] [blame] | 22 | <item name="android:windowNoTitle">true</item> |
| 23 | <item name="android:windowContentOverlay">@null</item> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 24 | </style> |
Michael Kolb | d3e4d4f | 2010-10-15 10:58:44 -0700 | [diff] [blame] | 25 | <style name="Dialog" parent="@android:style/Theme.Dialog"> |
| 26 | <item name="android:background">@color/black</item> |
| 27 | </style> |
Adam Powell | e479792 | 2010-09-09 17:57:36 -0700 | [diff] [blame] | 28 | <style name="ActionBar" parent="@android:style/Widget.ActionBar"> |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 29 | <item name="android:background">@color/black</item> |
| 30 | </style> |
Grace Kloba | 429faf2 | 2009-09-16 15:56:40 -0700 | [diff] [blame] | 31 | <style name="BookmarkTheme" parent="@android:Theme.Black"> |
| 32 | <item name="android:windowNoTitle">true</item> |
Grace Kloba | 18edf86 | 2009-09-30 19:20:42 -0700 | [diff] [blame] | 33 | <item name="android:windowContentOverlay">@null</item> |
Grace Kloba | 429faf2 | 2009-09-16 15:56:40 -0700 | [diff] [blame] | 34 | </style> |
John Reck | 608baa7 | 2010-11-24 10:32:28 -0800 | [diff] [blame] | 35 | <style name="ShortcutTheme" parent="@android:Theme.Holo.DialogWhenLarge"> |
Michael Kolb | 801ecb7 | 2010-08-25 12:57:38 -0700 | [diff] [blame] | 36 | <item name="android:windowNoTitle">true</item> |
| 37 | <item name="android:windowContentOverlay">@null</item> |
| 38 | </style> |
Leon Scroggins | 83932c7 | 2009-09-30 11:55:54 -0400 | [diff] [blame] | 39 | <style name="TitleBar"> |
| 40 | <item name="android:windowEnterAnimation">@anim/title_bar_enter</item> |
| 41 | <item name="android:windowExitAnimation">@anim/title_bar_exit</item> |
| 42 | </style> |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 43 | <style name="HoloIcon"> |
Michael Kolb | 31d469b | 2010-12-09 20:49:54 -0800 | [diff] [blame] | 44 | <item name="android:layout_marginLeft">16dip</item> |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 45 | </style> |
John Reck | 3f24ba2 | 2011-01-20 12:55:17 -0800 | [diff] [blame^] | 46 | <style name="HoloButton"> |
Michael Kolb | 5a72f18 | 2011-01-13 20:35:06 -0800 | [diff] [blame] | 47 | <item name="android:background">?android:attr/selectableItemBackground</item> |
John Reck | 3f24ba2 | 2011-01-20 12:55:17 -0800 | [diff] [blame^] | 48 | <item name="android:paddingLeft">8dip</item> |
| 49 | <item name="android:paddingRight">8dip</item> |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 50 | </style> |
| 51 | <style name="TabTitleSelected" parent="@android:style/TextAppearance.Small"> |
Michael Kolb | d3e4d4f | 2010-10-15 10:58:44 -0700 | [diff] [blame] | 52 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 53 | <item name="android:textStyle">bold</item> |
| 54 | </style> |
| 55 | <style name="TabTitleUnselected" parent="@android:style/TextAppearance.Small"> |
Michael Kolb | d3e4d4f | 2010-10-15 10:58:44 -0700 | [diff] [blame] | 56 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
Michael Kolb | c7485ae | 2010-09-03 10:10:58 -0700 | [diff] [blame] | 57 | <item name="android:textStyle">normal</item> |
| 58 | </style> |
John Reck | 0182043 | 2010-11-29 10:32:24 -0800 | [diff] [blame] | 59 | <style name="Suggestions" parent="@android:style/Widget.AutoCompleteTextView"> |
| 60 | </style> |
Michael Kolb | d3e4d4f | 2010-10-15 10:58:44 -0700 | [diff] [blame] | 61 | <style name="SuggestionLineMedium" parent="@android:style/TextAppearance.Medium"> |
| 62 | </style> |
| 63 | <style name="SuggestionLineSmall" parent="@android:style/TextAppearance.Small"> |
| 64 | </style> |
The Android Open Source Project | 0c90888 | 2009-03-03 19:32:16 -0800 | [diff] [blame] | 65 | </resources> |