| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2006 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
| 18 | |
| Daniel Sandler | 294c9fb | 2010-06-30 14:18:32 -0400 | [diff] [blame] | 19 | <style name="TextAppearance.StatusBar.IntruderAlert" |
| Dianne Hackborn | 426431a | 2011-06-09 11:29:08 -0700 | [diff] [blame] | 20 | parent="@*android:style/TextAppearance.StatusBar"> |
| Daniel Sandler | 294c9fb | 2010-06-30 14:18:32 -0400 | [diff] [blame] | 21 | </style> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 22 | |
| 23 | <style name="TextAppearance.StatusBar.SystemPanel" |
| Dianne Hackborn | 426431a | 2011-06-09 11:29:08 -0700 | [diff] [blame] | 24 | parent="@*android:style/TextAppearance.StatusBar"> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 25 | <item name="android:textAppearance">?android:attr/textAppearance</item> |
| 26 | <item name="android:textStyle">normal</item> |
| Daniel Sandler | 3b476ab | 2010-11-05 16:31:03 -0400 | [diff] [blame] | 27 | <item name="android:textColor">#FF808080</item> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 28 | </style> |
| 29 | |
| 30 | <style name="TextAppearance.StatusBar.TextButton" |
| Dianne Hackborn | 426431a | 2011-06-09 11:29:08 -0700 | [diff] [blame] | 31 | parent="@*android:style/TextAppearance.StatusBar"> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 32 | <item name="android:textAppearance">?android:attr/textAppearance</item> |
| 33 | <item name="android:textStyle">normal</item> |
| 34 | <item name="android:textColor">#FFFFFFFF</item> |
| 35 | </style> |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 36 | |
| Daniel Sandler | 1a21f0a | 2011-09-06 11:28:34 -0400 | [diff] [blame] | 37 | <style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon"> |
| Daniel Sandler | 57d74de | 2011-10-14 13:14:46 -0400 | [diff] [blame] | 38 | <!-- Note: must be dp to fit in status bar --> |
| 39 | <item name="android:textSize">16dp</item> |
| 40 | <item name="android:textStyle">normal</item> |
| 41 | <item name="android:textColor">@android:color/holo_blue_light</item> |
| 42 | </style> |
| 43 | |
| 44 | <style name="TextAppearance.StatusBar.Date" parent="@*android:style/TextAppearance.StatusBar.Icon"> |
| Daniel Sandler | 2c3e9e1 | 2012-05-16 11:02:06 -0400 | [diff] [blame] | 45 | <item name="android:textSize">16dp</item> |
| Daniel Sandler | 1a21f0a | 2011-09-06 11:28:34 -0400 | [diff] [blame] | 46 | <item name="android:textStyle">normal</item> |
| 47 | <item name="android:textColor">@android:color/holo_blue_light</item> |
| 48 | </style> |
| 49 | |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 50 | <style name="TextAppearance.StatusBar.Expanded" parent="@*android:style/TextAppearance.StatusBar" /> |
| 51 | |
| 52 | <style name="TextAppearance.StatusBar.Expanded.Clock"> |
| 53 | <item name="android:textSize">32dp</item> |
| Daniel Sandler | 2c3e9e1 | 2012-05-16 11:02:06 -0400 | [diff] [blame] | 54 | <item name="android:fontFamily">sans-serif-light</item> |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 55 | <item name="android:textStyle">normal</item> |
| 56 | <item name="android:textColor">#ffffff</item> |
| 57 | </style> |
| 58 | |
| 59 | <style name="TextAppearance.StatusBar.Expanded.Date"> |
| 60 | <item name="android:textSize">12dp</item> |
| 61 | <item name="android:textStyle">normal</item> |
| Daniel Sandler | 8bbbd3f | 2012-05-16 23:38:50 -0400 | [diff] [blame] | 62 | <item name="android:textColor">#cccccc</item> |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 63 | <item name="android:textAllCaps">true</item> |
| 64 | </style> |
| 65 | |
| Daniel Sandler | 3d32a24 | 2012-06-05 13:44:14 -0400 | [diff] [blame] | 66 | <style name="TextAppearance.StatusBar.Expanded.Network" parent="@style/TextAppearance.StatusBar.Expanded.Date"> |
| 67 | <item name="android:textColor">#999999</item> |
| 68 | </style> |
| 69 | |
| Daniel Sandler | dd4ef49 | 2012-07-27 11:19:52 -0400 | [diff] [blame] | 70 | <style name="TextAppearance.StatusBar.Expanded.Network.EmergencyOnly"> |
| 71 | </style> |
| 72 | |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 73 | <style name="TextAppearance" /> |
| 74 | <style name="TextAppearance.QuickSettings" /> |
| 75 | |
| 76 | <style name="TextAppearance.QuickSettings.TileView"> |
| Winson Chung | ed1395f | 2012-09-13 18:13:44 -0700 | [diff] [blame] | 77 | <item name="android:paddingLeft">6dp</item> |
| 78 | <item name="android:paddingRight">6dp</item> |
| Winson Chung | eaa5ab0 | 2012-09-13 16:36:41 -0700 | [diff] [blame] | 79 | <item name="android:paddingBottom">2dp</item> |
| 80 | <item name="android:drawablePadding">12dp</item> |
| 81 | <item name="android:textSize">12dp</item> |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 82 | <item name="android:textStyle">normal</item> |
| 83 | <item name="android:textColor">#ff8d908c</item> |
| 84 | <item name="android:singleLine">true</item> |
| 85 | <item name="android:ellipsize">marquee</item> |
| 86 | <item name="android:fadingEdge">horizontal</item> |
| 87 | </style> |
| 88 | |
| 89 | <style name="TextAppearance.QuickSettings.Clock" parent="@style/TextAppearance.QuickSettings.TileView"> |
| Winson Chung | eaa5ab0 | 2012-09-13 16:36:41 -0700 | [diff] [blame] | 90 | <item name="android:textSize">20dp</item> |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 91 | <item name="android:textColor">@android:color/holo_blue_light</item> |
| 92 | </style> |
| 93 | |
| 94 | <style name="TextAppearance.QuickSettings.Date" parent="@style/TextAppearance.QuickSettings.TileView"> |
| 95 | <item name="android:textSize">14dp</item> |
| 96 | </style> |
| 97 | |
| Winson Chung | e641b6a | 2012-09-10 17:30:27 -0700 | [diff] [blame] | 98 | <style name="TextAppearance.QuickSettings.Alarm" parent="@style/TextAppearance.QuickSettings.TileView"> |
| Winson Chung | eaa5ab0 | 2012-09-13 16:36:41 -0700 | [diff] [blame] | 99 | <item name="android:textSize">14dp</item> |
| Winson Chung | e641b6a | 2012-09-10 17:30:27 -0700 | [diff] [blame] | 100 | <item name="android:textColor">#ff3a3b39</item> |
| 101 | </style> |
| 102 | |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame^] | 103 | <style name="BaseBrightnessDialogContainer"> |
| 104 | <item name="android:layout_width">match_parent</item> |
| 105 | <item name="android:layout_height">wrap_content</item> |
| 106 | <item name="android:layout_marginLeft">8dp</item> |
| 107 | <item name="android:layout_marginRight">8dp</item> |
| 108 | <item name="android:padding">16dp</item> |
| 109 | </style> |
| 110 | <style name="BrightnessDialogContainer" parent="@style/BaseBrightnessDialogContainer" /> |
| 111 | |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 112 | <style name="Animation" /> |
| 113 | |
| 114 | <style name="Animation.ShirtPocketPanel"> |
| 115 | <item name="android:windowEnterAnimation">@*android:anim/grow_fade_in_from_bottom</item> |
| 116 | <item name="android:windowExitAnimation">@*android:anim/shrink_fade_out_from_bottom</item> |
| 117 | </style> |
| 118 | |
| 119 | <style name="Animation.RecentPanel"> |
| 120 | <item name="android:windowEnterAnimation">@*android:anim/grow_fade_in_from_bottom</item> |
| 121 | <item name="android:windowExitAnimation">@*android:anim/shrink_fade_out_from_bottom</item> |
| 122 | </style> |
| 123 | |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 124 | <!-- Standard animations for hiding and showing the status bar. --> |
| 125 | <style name="Animation.StatusBar"> |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 126 | </style> |
| 127 | |
| 128 | <style name="Animation.StatusBar.IntruderAlert"> |
| 129 | <item name="android:windowEnterAnimation">@anim/priority_alert_enter</item> |
| 130 | <item name="android:windowExitAnimation">@anim/priority_alert_exit</item> |
| 131 | </style> |
| 132 | |
| Daniel Sandler | 57d74de | 2011-10-14 13:14:46 -0400 | [diff] [blame] | 133 | <style name="TextAppearance.StatusBar.PhoneTicker" |
| 134 | parent="@*android:style/TextAppearance.StatusBar.Ticker"> |
| 135 | <!-- Note: must be dp to fit in status bar --> |
| 136 | <item name="android:textSize">14dp</item> |
| 137 | </style> |
| 138 | |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 139 | </resources> |