| 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 | |
| Alan Viverette | e3c38a0 | 2014-04-02 15:39:13 -0700 | [diff] [blame] | 19 | <style name="RecentsStyle" parent="@android:style/Theme.DeviceDefault.Wallpaper.NoTitleBar"> |
| Michael Jurka | 738cfc9 | 2012-10-19 14:56:47 +0200 | [diff] [blame] | 20 | <item name="android:windowAnimationStyle">@style/Animation.RecentsActivity</item> |
| 21 | </style> |
| 22 | |
| Winson Chung | 303e1ff | 2014-03-07 15:06:19 -0800 | [diff] [blame] | 23 | <!-- Alternate Recents theme --> |
| Alan Viverette | e3c38a0 | 2014-04-02 15:39:13 -0700 | [diff] [blame] | 24 | <style name="RecentsTheme" parent="@android:style/Theme.DeviceDefault.Wallpaper.NoTitleBar"> |
| Winson Chung | 303e1ff | 2014-03-07 15:06:19 -0800 | [diff] [blame] | 25 | <item name="android:windowTranslucentStatus">true</item> |
| 26 | <item name="android:windowTranslucentNavigation">true</item> |
| 27 | <item name="android:windowAnimationStyle">@style/Animation.RecentsActivity</item> |
| 28 | </style> |
| 29 | |
| Michael Jurka | 738cfc9 | 2012-10-19 14:56:47 +0200 | [diff] [blame] | 30 | <!-- Animations for a non-full-screen window or activity. --> |
| 31 | <style name="Animation.RecentsActivity" parent="@android:style/Animation.Activity"> |
| 32 | <item name="android:activityOpenEnterAnimation">@anim/recents_launch_from_launcher_enter</item> |
| 33 | <item name="android:activityOpenExitAnimation">@anim/recents_launch_from_launcher_exit</item> |
| 34 | <item name="android:taskOpenEnterAnimation">@anim/recents_launch_from_launcher_enter</item> |
| 35 | <item name="android:taskOpenExitAnimation">@anim/recents_launch_from_launcher_exit</item> |
| 36 | <item name="android:taskToFrontEnterAnimation">@anim/recents_launch_from_launcher_enter</item> |
| 37 | <item name="android:taskToFrontExitAnimation">@anim/recents_launch_from_launcher_exit</item> |
| 38 | <item name="android:wallpaperOpenEnterAnimation">@anim/recents_launch_from_launcher_enter</item> |
| 39 | <item name="android:wallpaperOpenExitAnimation">@anim/recents_launch_from_launcher_exit</item> |
| 40 | <item name="android:wallpaperIntraOpenEnterAnimation">@anim/wallpaper_recents_launch_from_launcher_enter</item> |
| 41 | <item name="android:wallpaperIntraOpenExitAnimation">@anim/wallpaper_recents_launch_from_launcher_exit</item> |
| 42 | </style> |
| 43 | |
| Chris Wren | 157026f | 2013-06-28 16:54:01 -0400 | [diff] [blame] | 44 | <style name="TextAppearance.StatusBar.HeadsUp" |
| Dianne Hackborn | 426431a | 2011-06-09 11:29:08 -0700 | [diff] [blame] | 45 | parent="@*android:style/TextAppearance.StatusBar"> |
| Daniel Sandler | 294c9fb | 2010-06-30 14:18:32 -0400 | [diff] [blame] | 46 | </style> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 47 | |
| 48 | <style name="TextAppearance.StatusBar.SystemPanel" |
| Dianne Hackborn | 426431a | 2011-06-09 11:29:08 -0700 | [diff] [blame] | 49 | parent="@*android:style/TextAppearance.StatusBar"> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 50 | <item name="android:textAppearance">?android:attr/textAppearance</item> |
| 51 | <item name="android:textStyle">normal</item> |
| Daniel Sandler | 3b476ab | 2010-11-05 16:31:03 -0400 | [diff] [blame] | 52 | <item name="android:textColor">#FF808080</item> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 53 | </style> |
| 54 | |
| 55 | <style name="TextAppearance.StatusBar.TextButton" |
| Dianne Hackborn | 426431a | 2011-06-09 11:29:08 -0700 | [diff] [blame] | 56 | parent="@*android:style/TextAppearance.StatusBar"> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 57 | <item name="android:textAppearance">?android:attr/textAppearance</item> |
| 58 | <item name="android:textStyle">normal</item> |
| 59 | <item name="android:textColor">#FFFFFFFF</item> |
| 60 | </style> |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 61 | |
| Daniel Sandler | 1a21f0a | 2011-09-06 11:28:34 -0400 | [diff] [blame] | 62 | <style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon"> |
| Daniel Sandler | 57d74de | 2011-10-14 13:14:46 -0400 | [diff] [blame] | 63 | <!-- Note: must be dp to fit in status bar --> |
| 64 | <item name="android:textSize">16dp</item> |
| 65 | <item name="android:textStyle">normal</item> |
| John Spurlock | e189f66 | 2013-08-25 10:38:32 -0400 | [diff] [blame] | 66 | <item name="android:textColor">@color/status_bar_clock_color</item> |
| Daniel Sandler | 1a21f0a | 2011-09-06 11:28:34 -0400 | [diff] [blame] | 67 | </style> |
| 68 | |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 69 | <style name="TextAppearance.StatusBar.Expanded" parent="@*android:style/TextAppearance.StatusBar" /> |
| 70 | |
| 71 | <style name="TextAppearance.StatusBar.Expanded.Clock"> |
| 72 | <item name="android:textSize">32dp</item> |
| Daniel Sandler | 2c3e9e1 | 2012-05-16 11:02:06 -0400 | [diff] [blame] | 73 | <item name="android:fontFamily">sans-serif-light</item> |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 74 | <item name="android:textStyle">normal</item> |
| 75 | <item name="android:textColor">#ffffff</item> |
| 76 | </style> |
| 77 | |
| 78 | <style name="TextAppearance.StatusBar.Expanded.Date"> |
| 79 | <item name="android:textSize">12dp</item> |
| 80 | <item name="android:textStyle">normal</item> |
| Daniel Sandler | 8bbbd3f | 2012-05-16 23:38:50 -0400 | [diff] [blame] | 81 | <item name="android:textColor">#cccccc</item> |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 82 | <item name="android:textAllCaps">true</item> |
| 83 | </style> |
| 84 | |
| Daniel Sandler | 3d32a24 | 2012-06-05 13:44:14 -0400 | [diff] [blame] | 85 | <style name="TextAppearance.StatusBar.Expanded.Network" parent="@style/TextAppearance.StatusBar.Expanded.Date"> |
| 86 | <item name="android:textColor">#999999</item> |
| 87 | </style> |
| 88 | |
| Daniel Sandler | dd4ef49 | 2012-07-27 11:19:52 -0400 | [diff] [blame] | 89 | <style name="TextAppearance.StatusBar.Expanded.Network.EmergencyOnly"> |
| 90 | </style> |
| 91 | |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 92 | <style name="TextAppearance" /> |
| 93 | <style name="TextAppearance.QuickSettings" /> |
| 94 | |
| 95 | <style name="TextAppearance.QuickSettings.TileView"> |
| Winson Chung | eaa5ab0 | 2012-09-13 16:36:41 -0700 | [diff] [blame] | 96 | <item name="android:textSize">12dp</item> |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 97 | <item name="android:textStyle">normal</item> |
| Winson Chung | c86b23b9a | 2012-09-24 11:24:28 -0700 | [diff] [blame] | 98 | <item name="android:textColor">#CCCCCC</item> |
| Winson Chung | 34563e2 | 2012-09-21 17:19:49 -0700 | [diff] [blame] | 99 | <item name="android:textAllCaps">true</item> |
| Daniel Sandler | b5538e6 | 2013-04-12 15:16:53 -0400 | [diff] [blame] | 100 | <item name="android:paddingStart">6dp</item> |
| 101 | <item name="android:paddingEnd">6dp</item> |
| 102 | </style> |
| 103 | |
| 104 | <style name="TextAppearance.QuickSettings.TileView.AllInOne" parent="@style/TextAppearance.QuickSettings.TileView"> |
| 105 | <item name="android:lines">2</item> |
| 106 | <item name="android:gravity">top</item> |
| 107 | <item name="android:paddingBottom">2dp</item> |
| 108 | <item name="android:paddingTop">16dp</item> |
| 109 | <item name="android:drawablePadding">8dp</item> |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 110 | </style> |
| 111 | |
| 112 | <style name="TextAppearance.QuickSettings.Clock" parent="@style/TextAppearance.QuickSettings.TileView"> |
| Winson Chung | eaa5ab0 | 2012-09-13 16:36:41 -0700 | [diff] [blame] | 113 | <item name="android:textSize">20dp</item> |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 114 | <item name="android:textColor">@android:color/holo_blue_light</item> |
| 115 | </style> |
| 116 | |
| 117 | <style name="TextAppearance.QuickSettings.Date" parent="@style/TextAppearance.QuickSettings.TileView"> |
| 118 | <item name="android:textSize">14dp</item> |
| 119 | </style> |
| 120 | |
| Winson Chung | e641b6a | 2012-09-10 17:30:27 -0700 | [diff] [blame] | 121 | <style name="TextAppearance.QuickSettings.Alarm" parent="@style/TextAppearance.QuickSettings.TileView"> |
| Winson Chung | eaa5ab0 | 2012-09-13 16:36:41 -0700 | [diff] [blame] | 122 | <item name="android:textSize">14dp</item> |
| Winson Chung | e641b6a | 2012-09-10 17:30:27 -0700 | [diff] [blame] | 123 | <item name="android:textColor">#ff3a3b39</item> |
| 124 | </style> |
| 125 | |
| Maggie Benthall | 68881e4 | 2013-09-17 19:23:59 -0400 | [diff] [blame] | 126 | <style name="TextAppearance.QuickSettings.CaCertWarning" parent="@style/TextAppearance.QuickSettings.TileView"> |
| 127 | <item name="android:textAllCaps">false</item> |
| 128 | </style> |
| 129 | |
| Daniel Sandler | b5538e6 | 2013-04-12 15:16:53 -0400 | [diff] [blame] | 130 | <style name="TextAppearance.QuickSettings.TileView.User" parent="@style/TextAppearance.QuickSettings.TileView"> |
| 131 | <item name="android:background">#CC000000</item> |
| 132 | <item name="android:padding">4dp</item> |
| 133 | <item name="android:singleLine">true</item> |
| 134 | <item name="android:fadingEdge">horizontal</item> |
| 135 | </style> |
| 136 | |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame] | 137 | <style name="BaseBrightnessDialogContainer"> |
| 138 | <item name="android:layout_width">match_parent</item> |
| 139 | <item name="android:layout_height">wrap_content</item> |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame] | 140 | <item name="android:padding">16dp</item> |
| 141 | </style> |
| Alan Viverette | e8ebaf3 | 2014-04-11 15:44:15 -0700 | [diff] [blame] | 142 | |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame] | 143 | <style name="BrightnessDialogContainer" parent="@style/BaseBrightnessDialogContainer" /> |
| 144 | |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 145 | <style name="Animation" /> |
| 146 | |
| 147 | <style name="Animation.ShirtPocketPanel"> |
| 148 | <item name="android:windowEnterAnimation">@*android:anim/grow_fade_in_from_bottom</item> |
| 149 | <item name="android:windowExitAnimation">@*android:anim/shrink_fade_out_from_bottom</item> |
| 150 | </style> |
| 151 | |
| 152 | <style name="Animation.RecentPanel"> |
| 153 | <item name="android:windowEnterAnimation">@*android:anim/grow_fade_in_from_bottom</item> |
| 154 | <item name="android:windowExitAnimation">@*android:anim/shrink_fade_out_from_bottom</item> |
| 155 | </style> |
| 156 | |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 157 | <!-- Standard animations for hiding and showing the status bar. --> |
| 158 | <style name="Animation.StatusBar"> |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 159 | </style> |
| 160 | |
| Chris Wren | 157026f | 2013-06-28 16:54:01 -0400 | [diff] [blame] | 161 | <style name="Animation.StatusBar.HeadsUp"> |
| 162 | <item name="android:windowEnterAnimation">@anim/heads_up_enter</item> |
| 163 | <item name="android:windowExitAnimation">@anim/heads_up_exit</item> |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 164 | </style> |
| 165 | |
| Daniel Sandler | 57d74de | 2011-10-14 13:14:46 -0400 | [diff] [blame] | 166 | <style name="TextAppearance.StatusBar.PhoneTicker" |
| 167 | parent="@*android:style/TextAppearance.StatusBar.Ticker"> |
| 168 | <!-- Note: must be dp to fit in status bar --> |
| 169 | <item name="android:textSize">14dp</item> |
| 170 | </style> |
| Adrian Roos | 070a0b6 | 2014-04-10 23:25:03 +0200 | [diff] [blame] | 171 | |
| 172 | <style name="systemui_theme" parent="@android:style/Theme.DeviceDefault" /> |
| 173 | |
| Jorim Jaggi | 76aaef5 | 2014-05-08 19:16:49 +0200 | [diff] [blame^] | 174 | <style name="StatusBarExpanded"> |
| 175 | <item name="android:layout_width">match_parent</item> |
| 176 | <item name="android:layout_height">match_parent</item> |
| 177 | <item name="android:layout_gravity">start|top</item> |
| 178 | </style> |
| 179 | |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 180 | </resources> |