| 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 | |
| Winson | 49df420 | 2016-01-25 17:33:34 -0800 | [diff] [blame] | 19 | <style name="RecentsTheme" parent="@android:style/Theme.Material"> |
| Winson Chung | abedcab | 2014-08-15 12:27:37 -0700 | [diff] [blame] | 20 | <!-- NoTitle --> |
| 21 | <item name="android:windowNoTitle">true</item> |
| Winson Chung | abedcab | 2014-08-15 12:27:37 -0700 | [diff] [blame] | 22 | <!-- Misc --> |
| Adrian Roos | ea56251 | 2014-05-05 13:33:03 +0200 | [diff] [blame] | 23 | <item name="android:statusBarColor">@android:color/transparent</item> |
| 24 | <item name="android:navigationBarColor">@android:color/transparent</item> |
| 25 | <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| Winson | 40a2273 | 2016-02-02 18:07:00 -0800 | [diff] [blame] | 26 | <item name="android:windowAnimationStyle">@null</item> |
| Winson Chung | ebfc698 | 2014-08-26 12:25:34 -0700 | [diff] [blame] | 27 | <item name="android:ambientShadowAlpha">0.35</item> |
| Winson Chung | 303e1ff | 2014-03-07 15:06:19 -0800 | [diff] [blame] | 28 | </style> |
| 29 | |
| Christoph Studer | 37e4468 | 2014-09-16 20:23:13 +0200 | [diff] [blame] | 30 | |
| Winson | 40a2273 | 2016-02-02 18:07:00 -0800 | [diff] [blame] | 31 | <!-- Recents theme --> |
| Christoph Studer | 37e4468 | 2014-09-16 20:23:13 +0200 | [diff] [blame] | 32 | <style name="RecentsTheme.Wallpaper"> |
| Christoph Studer | 37e4468 | 2014-09-16 20:23:13 +0200 | [diff] [blame] | 33 | <item name="android:windowBackground">@color/transparent</item> |
| 34 | <item name="android:colorBackgroundCacheHint">@null</item> |
| 35 | <item name="android:windowShowWallpaper">true</item> |
| Chong Zhang | 6eee0e1 | 2016-04-14 16:02:56 -0700 | [diff] [blame] | 36 | <item name="android:windowDisablePreview">true</item> |
| Christoph Studer | 37e4468 | 2014-09-16 20:23:13 +0200 | [diff] [blame] | 37 | </style> |
| 38 | |
| Winson | 40a2273 | 2016-02-02 18:07:00 -0800 | [diff] [blame] | 39 | <!-- Performance optimized Recents theme (no wallpaper) --> |
| Christoph Studer | 37e4468 | 2014-09-16 20:23:13 +0200 | [diff] [blame] | 40 | <style name="RecentsTheme.NoWallpaper"> |
| 41 | <item name="android:windowBackground">@android:color/black</item> |
| 42 | </style> |
| 43 | |
| Jorim Jaggi | 2adba07 | 2016-03-03 13:43:39 +0100 | [diff] [blame] | 44 | <!-- Theme used for the activity that shows when the system forced an app to be resizable --> |
| 45 | <style name="ForcedResizableTheme" parent="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"> |
| 46 | <item name="android:windowBackground">@drawable/forced_resizable_background</item> |
| 47 | <item name="android:statusBarColor">@color/transparent</item> |
| 48 | <item name="android:windowAnimationStyle">@style/Animation.ForcedResizable</item> |
| 49 | </style> |
| 50 | |
| 51 | <style name="Animation.ForcedResizable" parent="@android:style/Animation"> |
| 52 | <item name="android:activityOpenEnterAnimation">@anim/forced_resizable_enter</item> |
| Jorim Jaggi | af80db4 | 2016-04-07 19:19:15 -0700 | [diff] [blame] | 53 | |
| 54 | <!-- If the target stack doesn't have focus, we do a task to front animation. --> |
| 55 | <item name="android:taskToFrontEnterAnimation">@anim/forced_resizable_enter</item> |
| Jorim Jaggi | 2adba07 | 2016-03-03 13:43:39 +0100 | [diff] [blame] | 56 | <item name="android:activityCloseExitAnimation">@anim/forced_resizable_exit</item> |
| 57 | </style> |
| 58 | |
| Chris Wren | 157026f | 2013-06-28 16:54:01 -0400 | [diff] [blame] | 59 | <style name="TextAppearance.StatusBar.HeadsUp" |
| Dianne Hackborn | 426431a | 2011-06-09 11:29:08 -0700 | [diff] [blame] | 60 | parent="@*android:style/TextAppearance.StatusBar"> |
| Daniel Sandler | 294c9fb | 2010-06-30 14:18:32 -0400 | [diff] [blame] | 61 | </style> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 62 | |
| 63 | <style name="TextAppearance.StatusBar.SystemPanel" |
| Dianne Hackborn | 426431a | 2011-06-09 11:29:08 -0700 | [diff] [blame] | 64 | parent="@*android:style/TextAppearance.StatusBar"> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 65 | <item name="android:textAppearance">?android:attr/textAppearance</item> |
| 66 | <item name="android:textStyle">normal</item> |
| Daniel Sandler | 3b476ab | 2010-11-05 16:31:03 -0400 | [diff] [blame] | 67 | <item name="android:textColor">#FF808080</item> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 68 | </style> |
| 69 | |
| 70 | <style name="TextAppearance.StatusBar.TextButton" |
| Dianne Hackborn | 426431a | 2011-06-09 11:29:08 -0700 | [diff] [blame] | 71 | parent="@*android:style/TextAppearance.StatusBar"> |
| Daniel Sandler | d39e388 | 2010-08-31 14:16:13 -0400 | [diff] [blame] | 72 | <item name="android:textAppearance">?android:attr/textAppearance</item> |
| 73 | <item name="android:textStyle">normal</item> |
| 74 | <item name="android:textColor">#FFFFFFFF</item> |
| 75 | </style> |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 76 | |
| Daniel Sandler | 1a21f0a | 2011-09-06 11:28:34 -0400 | [diff] [blame] | 77 | <style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon"> |
| Jorim Jaggi | 5172dc2 | 2014-09-02 14:59:06 +0200 | [diff] [blame] | 78 | <item name="android:textSize">@dimen/status_bar_clock_size</item> |
| Jorim Jaggi | ea38419 | 2014-06-14 06:16:24 +0200 | [diff] [blame] | 79 | <item name="android:fontFamily">sans-serif-medium</item> |
| John Spurlock | e189f66 | 2013-08-25 10:38:32 -0400 | [diff] [blame] | 80 | <item name="android:textColor">@color/status_bar_clock_color</item> |
| Daniel Sandler | 1a21f0a | 2011-09-06 11:28:34 -0400 | [diff] [blame] | 81 | </style> |
| 82 | |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 83 | <style name="TextAppearance.StatusBar.Expanded" parent="@*android:style/TextAppearance.StatusBar" /> |
| 84 | |
| 85 | <style name="TextAppearance.StatusBar.Expanded.Clock"> |
| Jorim Jaggi | 362dd6d | 2014-07-09 19:04:07 +0200 | [diff] [blame] | 86 | <item name="android:textSize">@dimen/qs_time_expanded_size</item> |
| Jorim Jaggi | 3f48f46 | 2014-07-08 16:53:29 +0200 | [diff] [blame] | 87 | <item name="android:fontFamily">sans-serif-medium</item> |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 88 | <item name="android:textColor">#ffffff</item> |
| 89 | </style> |
| 90 | |
| 91 | <style name="TextAppearance.StatusBar.Expanded.Date"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 92 | <item name="android:textSize">@dimen/qs_date_collapsed_size</item> |
| Adrian Roos | 59a6127 | 2014-06-06 19:07:24 +0200 | [diff] [blame] | 93 | <item name="android:textStyle">normal</item> |
| Jorim Jaggi | 3f48f46 | 2014-07-08 16:53:29 +0200 | [diff] [blame] | 94 | <item name="android:textColor">#b2ffffff</item> |
| Adrian Roos | 59a6127 | 2014-06-06 19:07:24 +0200 | [diff] [blame] | 95 | </style> |
| 96 | |
| 97 | <style name="TextAppearance.StatusBar.Expanded.AboveDateTime"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 98 | <item name="android:textSize">@dimen/qs_emergency_calls_only_text_size</item> |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 99 | <item name="android:textStyle">normal</item> |
| Jorim Jaggi | 3f48f46 | 2014-07-08 16:53:29 +0200 | [diff] [blame] | 100 | <item name="android:textColor">#66ffffff</item> |
| Daniel Sandler | 9ff6378 | 2012-05-03 23:16:42 -0400 | [diff] [blame] | 101 | </style> |
| 102 | |
| Adrian Roos | 59a6127 | 2014-06-06 19:07:24 +0200 | [diff] [blame] | 103 | <style name="TextAppearance.StatusBar.Expanded.EmergencyCallsOnly" |
| 104 | parent="TextAppearance.StatusBar.Expanded.AboveDateTime" /> |
| 105 | |
| 106 | <style name="TextAppearance.StatusBar.Expanded.ChargingInfo" |
| 107 | parent="TextAppearance.StatusBar.Expanded.AboveDateTime" /> |
| 108 | |
| Adrian Roos | 8ddb2da | 2014-06-16 18:56:22 -0700 | [diff] [blame] | 109 | <style name="TextAppearance.StatusBar.Expanded.UserSwitcher"> |
| 110 | <item name="android:textSize">16sp</item> |
| 111 | <item name="android:textStyle">normal</item> |
| Adrian Roos | ccdff62 | 2014-08-06 00:07:18 +0200 | [diff] [blame] | 112 | <item name="android:textColor">@color/qs_user_detail_name</item> |
| Adrian Roos | 8ddb2da | 2014-06-16 18:56:22 -0700 | [diff] [blame] | 113 | </style> |
| 114 | <style name="TextAppearance.StatusBar.Expanded.UserSwitcher.UserName" /> |
| 115 | |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 116 | <style name="TextAppearance" /> |
| Daniel Sandler | b5538e6 | 2013-04-12 15:16:53 -0400 | [diff] [blame] | 117 | |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 118 | <style name="TextAppearance.QS"> |
| 119 | <item name="android:textStyle">normal</item> |
| John Spurlock | 89f060a | 2014-07-16 21:03:15 -0400 | [diff] [blame] | 120 | <item name="android:textColor">@color/qs_text</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 121 | <item name="android:fontFamily">sans-serif</item> |
| 122 | </style> |
| 123 | |
| 124 | <style name="TextAppearance.QS.DetailHeader"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 125 | <item name="android:textSize">@dimen/qs_detail_header_text_size</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 126 | <item name="android:fontFamily">sans-serif-medium</item> |
| 127 | </style> |
| 128 | |
| 129 | <style name="TextAppearance.QS.DetailItemPrimary"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 130 | <item name="android:textSize">@dimen/qs_detail_item_primary_text_size</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 131 | </style> |
| 132 | |
| 133 | <style name="TextAppearance.QS.DetailItemSecondary"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 134 | <item name="android:textSize">@dimen/qs_detail_item_secondary_text_size</item> |
| John Spurlock | b98f747 | 2014-07-08 17:09:42 -0400 | [diff] [blame] | 135 | <item name="android:textColor">@color/system_accent_color</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 136 | </style> |
| 137 | |
| John Spurlock | 90be379 | 2015-04-16 12:09:15 -0400 | [diff] [blame] | 138 | <style name="TextAppearance.QS.Introduction"> |
| John Spurlock | b478252 | 2014-08-22 14:54:46 -0400 | [diff] [blame] | 139 | <item name="android:textSize">14sp</item> |
| John Spurlock | b478252 | 2014-08-22 14:54:46 -0400 | [diff] [blame] | 140 | </style> |
| 141 | |
| John Spurlock | 8be53ea | 2015-05-29 12:04:21 -0400 | [diff] [blame] | 142 | <style name="TextAppearance.QS.Warning"> |
| 143 | <item name="android:textSize">14sp</item> |
| 144 | <item name="android:textColor">@color/system_warning_color</item> |
| 145 | </style> |
| 146 | |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 147 | <style name="TextAppearance.QS.DetailButton"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 148 | <item name="android:textSize">@dimen/qs_detail_button_text_size</item> |
| John Spurlock | 5b093fa | 2015-02-26 14:55:04 -0500 | [diff] [blame] | 149 | <item name="android:textColor">@color/qs_detail_button</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 150 | <item name="android:textAllCaps">true</item> |
| 151 | <item name="android:fontFamily">sans-serif-medium</item> |
| John Spurlock | 7f8f22a | 2014-07-02 18:54:17 -0400 | [diff] [blame] | 152 | <item name="android:gravity">center</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 153 | </style> |
| 154 | |
| John Spurlock | f55b7f2 | 2015-04-13 19:21:26 -0400 | [diff] [blame] | 155 | <style name="TextAppearance.QS.DetailButton.White"> |
| 156 | <item name="android:textColor">@color/qs_detail_button_white</item> |
| 157 | </style> |
| 158 | |
| John Spurlock | 486b78e | 2014-07-07 08:37:56 -0400 | [diff] [blame] | 159 | <style name="TextAppearance.QS.DetailEmpty"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 160 | <item name="android:textSize">@dimen/qs_detail_empty_text_size</item> |
| John Spurlock | 486b78e | 2014-07-07 08:37:56 -0400 | [diff] [blame] | 161 | <item name="android:textColor">@color/qs_subhead</item> |
| 162 | </style> |
| 163 | |
| John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 164 | <style name="TextAppearance.QS.Subhead"> |
| 165 | <item name="android:textSize">14sp</item> |
| John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 166 | <item name="android:textColor">@color/qs_subhead</item> |
| 167 | </style> |
| 168 | |
| John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 169 | <style name="TextAppearance.QS.SegmentedButton"> |
| John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 170 | <item name="android:textSize">16sp</item> |
| John Spurlock | fbc1fdf8 | 2015-05-08 18:16:54 -0400 | [diff] [blame] | 171 | <item name="android:fontFamily">sans-serif-medium</item> |
| John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 172 | </style> |
| 173 | |
| John Spurlock | b98f747 | 2014-07-08 17:09:42 -0400 | [diff] [blame] | 174 | <style name="TextAppearance.QS.DataUsage"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 175 | <item name="android:textSize">@dimen/qs_data_usage_text_size</item> |
| John Spurlock | b98f747 | 2014-07-08 17:09:42 -0400 | [diff] [blame] | 176 | </style> |
| 177 | |
| 178 | <style name="TextAppearance.QS.DataUsage.Usage"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 179 | <item name="android:textSize">@dimen/qs_data_usage_usage_text_size</item> |
| John Spurlock | b98f747 | 2014-07-08 17:09:42 -0400 | [diff] [blame] | 180 | <item name="android:textColor">@color/system_accent_color</item> |
| 181 | </style> |
| 182 | |
| 183 | <style name="TextAppearance.QS.DataUsage.Secondary"> |
| 184 | <item name="android:textColor">@color/data_usage_secondary</item> |
| 185 | </style> |
| 186 | |
| Xiaohui Chen | 2f3551b | 2016-04-07 10:37:25 -0700 | [diff] [blame] | 187 | <style name="TextAppearance.QS.TileLabel"> |
| 188 | <item name="android:textSize">@dimen/qs_tile_text_size</item> |
| 189 | <item name="android:fontFamily">sans-serif-condensed</item> |
| 190 | </style> |
| 191 | |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame] | 192 | <style name="BaseBrightnessDialogContainer"> |
| 193 | <item name="android:layout_width">match_parent</item> |
| 194 | <item name="android:layout_height">wrap_content</item> |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame] | 195 | </style> |
| Alan Viverette | e8ebaf3 | 2014-04-11 15:44:15 -0700 | [diff] [blame] | 196 | |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame] | 197 | <style name="BrightnessDialogContainer" parent="@style/BaseBrightnessDialogContainer" /> |
| 198 | |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 199 | <style name="Animation" /> |
| 200 | |
| 201 | <style name="Animation.ShirtPocketPanel"> |
| 202 | <item name="android:windowEnterAnimation">@*android:anim/grow_fade_in_from_bottom</item> |
| 203 | <item name="android:windowExitAnimation">@*android:anim/shrink_fade_out_from_bottom</item> |
| 204 | </style> |
| 205 | |
| 206 | <style name="Animation.RecentPanel"> |
| 207 | <item name="android:windowEnterAnimation">@*android:anim/grow_fade_in_from_bottom</item> |
| 208 | <item name="android:windowExitAnimation">@*android:anim/shrink_fade_out_from_bottom</item> |
| 209 | </style> |
| 210 | |
| Jorim Jaggi | 0d210f6 | 2015-07-10 14:24:44 -0700 | [diff] [blame] | 211 | <style name="Animation.NavigationBarFadeIn"> |
| 212 | <item name="android:windowEnterAnimation">@anim/navbar_fade_in</item> |
| 213 | <item name="android:windowExitAnimation">@null</item> |
| 214 | </style> |
| 215 | |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 216 | <!-- Standard animations for hiding and showing the status bar. --> |
| 217 | <style name="Animation.StatusBar"> |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 218 | </style> |
| 219 | |
| Jorim Jaggi | 890e189 | 2014-05-11 23:45:37 +0200 | [diff] [blame] | 220 | <style name="systemui_theme" parent="@android:style/Theme.DeviceDefault"> |
| Jorim Jaggi | 853b070 | 2014-07-05 04:31:14 +0200 | [diff] [blame] | 221 | <item name="android:colorPrimary">@color/system_primary_color</item> |
| John Spurlock | ed33da1 | 2014-06-04 00:15:51 -0400 | [diff] [blame] | 222 | <item name="android:colorControlActivated">@color/system_accent_color</item> |
| Jorim Jaggi | 890e189 | 2014-05-11 23:45:37 +0200 | [diff] [blame] | 223 | </style> |
| Adrian Roos | 070a0b6 | 2014-04-10 23:25:03 +0200 | [diff] [blame] | 224 | |
| Adrian Roos | 8a27cdf | 2016-03-16 18:37:27 -0700 | [diff] [blame] | 225 | <style name="systemui_theme_remote_input" parent="@android:style/Theme.DeviceDefault.Light"> |
| 226 | <item name="android:colorAccent">@color/remote_input_accent</item> |
| Adrian Roos | 497ab02 | 2015-02-10 20:49:33 +0100 | [diff] [blame] | 227 | </style> |
| 228 | |
| John Spurlock | 3513460 | 2014-07-24 18:10:48 -0400 | [diff] [blame] | 229 | <style name="Theme.SystemUI.Dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog"> |
| 230 | <item name="android:colorPrimary">@color/system_primary_color</item> |
| 231 | <item name="android:colorControlActivated">@color/system_accent_color</item> |
| 232 | </style> |
| 233 | |
| Craig Stout | 9eef7bc | 2014-05-06 19:10:53 -0700 | [diff] [blame] | 234 | <style name="Theme.SystemUI.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 235 | |
| John Spurlock | 7e6809a | 2014-08-06 16:03:14 -0400 | [diff] [blame] | 236 | <style name="QSBorderlessButton"> |
| John Spurlock | 7f8f22a | 2014-07-02 18:54:17 -0400 | [diff] [blame] | 237 | <item name="android:padding">12dp</item> |
| Jason Monk | 30014c4 | 2016-03-02 14:52:27 -0500 | [diff] [blame] | 238 | <item name="android:background">@drawable/qs_btn_borderless_rect</item> |
| John Spurlock | 7f8f22a | 2014-07-02 18:54:17 -0400 | [diff] [blame] | 239 | <item name="android:gravity">center</item> |
| 240 | </style> |
| John Spurlock | d47a3f3 | 2014-05-18 19:14:14 -0400 | [diff] [blame] | 241 | |
| Selim Cinek | eef8428 | 2015-10-30 16:28:00 -0700 | [diff] [blame] | 242 | <style name="TextAppearance.Material.Notification.HeaderTitle" |
| 243 | parent="@*android:style/TextAppearance.Material.Notification.Info"> |
| 244 | </style> |
| 245 | |
| Selim Cinek | a3d3b91 | 2016-02-02 11:22:06 -0800 | [diff] [blame] | 246 | <style name="TextAppearance.Material.Notification.HybridNotificationDivider" |
| 247 | parent="@*android:style/TextAppearance.Material.Notification"> |
| 248 | </style> |
| 249 | |
| Selim Cinek | 92d892c | 2014-09-11 15:11:00 +0200 | [diff] [blame] | 250 | <style name="SearchPanelCircle"> |
| Jorim Jaggi | f479792 | 2014-08-04 22:49:41 +0200 | [diff] [blame] | 251 | <item name="android:layout_width">match_parent</item> |
| Selim Cinek | 92d892c | 2014-09-11 15:11:00 +0200 | [diff] [blame] | 252 | <item name="android:layout_height">match_parent</item> |
| Jorim Jaggi | f479792 | 2014-08-04 22:49:41 +0200 | [diff] [blame] | 253 | </style> |
| 254 | |
| Adrian Roos | 1940892 | 2014-08-07 20:54:12 +0200 | [diff] [blame] | 255 | <style name="UserDetailView"> |
| 256 | <item name="numColumns">3</item> |
| 257 | </style> |
| Adrian Roos | 752aee8 | 2014-11-25 21:11:19 +0100 | [diff] [blame] | 258 | |
| 259 | <style name="Theme.AlertDialogHost" parent="android:Theme.DeviceDefault"> |
| 260 | <item name="android:windowIsTranslucent">true</item> |
| 261 | <item name="android:windowBackground">@android:color/transparent</item> |
| 262 | <item name="android:windowContentOverlay">@null</item> |
| 263 | <item name="android:windowNoTitle">true</item> |
| 264 | <item name="android:windowIsFloating">true</item> |
| 265 | <item name="android:backgroundDimEnabled">false</item> |
| 266 | <item name="android:alertDialogTheme">@style/Theme.SystemUI.Dialog.Alert</item> |
| 267 | </style> |
| Jorim Jaggi | 5443cc5 | 2015-03-20 14:39:24 -0700 | [diff] [blame] | 268 | |
| 269 | <style name="DualToneLightTheme"> |
| 270 | <item name="backgroundColor">@color/light_mode_icon_color_dual_tone_background</item> |
| 271 | <item name="fillColor">@color/light_mode_icon_color_dual_tone_fill</item> |
| 272 | <item name="singleToneColor">@color/light_mode_icon_color_single_tone</item> |
| 273 | </style> |
| 274 | <style name="DualToneDarkTheme"> |
| 275 | <item name="backgroundColor">@color/dark_mode_icon_color_dual_tone_background</item> |
| 276 | <item name="fillColor">@color/dark_mode_icon_color_dual_tone_fill</item> |
| 277 | <item name="singleToneColor">@color/dark_mode_icon_color_single_tone</item> |
| 278 | </style> |
| John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 279 | |
| 280 | <style name="TextAppearance.Volume"> |
| 281 | <item name="android:textStyle">normal</item> |
| 282 | <item name="android:textColor">#ffffffff</item> |
| 283 | <item name="android:fontFamily">sans-serif</item> |
| 284 | </style> |
| 285 | |
| John Spurlock | 0265657 | 2015-06-10 09:33:34 -0400 | [diff] [blame] | 286 | <style name="TextAppearance.Volume.Header"> |
| 287 | <item name="android:textSize">12sp</item> |
| 288 | <item name="android:textColor">@color/volume_slider_inactive</item> |
| 289 | </style> |
| 290 | |
| John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 291 | <style name="TextAppearance.Volume.ZenSummary"> |
| 292 | <item name="android:textSize">14sp</item> |
| 293 | <item name="android:fontFamily">sans-serif-medium</item> |
| 294 | </style> |
| 295 | |
| 296 | <style name="TextAppearance.Volume.ZenDetail"> |
| 297 | <item name="android:textSize">14sp</item> |
| 298 | <item name="android:fontFamily">sans-serif</item> |
| 299 | <item name="android:textColor">#ffb0b3c5</item> |
| 300 | </style> |
| 301 | |
| John Spurlock | d9c75db | 2015-04-28 11:19:13 -0400 | [diff] [blame] | 302 | <style name="VolumeButtons" parent="@android:style/Widget.Material.Button.Borderless"> |
| 303 | <item name="android:background">@drawable/btn_borderless_rect</item> |
| 304 | </style> |
| 305 | |
| Jorim Jaggi | 1fcbab6 | 2015-11-04 16:39:50 +0100 | [diff] [blame] | 306 | <style name="DockedDividerBackground"> |
| 307 | <item name="android:layout_width">match_parent</item> |
| Jorim Jaggi | 79b39f0 | 2015-12-17 20:04:31 -0800 | [diff] [blame] | 308 | <item name="android:layout_height">10dp</item> |
| Jorim Jaggi | 1fcbab6 | 2015-11-04 16:39:50 +0100 | [diff] [blame] | 309 | <item name="android:layout_gravity">center_vertical</item> |
| 310 | </style> |
| 311 | |
| Jorim Jaggi | 2917dc4 | 2016-04-11 11:39:13 -0700 | [diff] [blame] | 312 | <style name="DockedDividerMinimizedShadow"> |
| 313 | <item name="android:layout_width">match_parent</item> |
| 314 | <item name="android:layout_height">8dp</item> |
| 315 | </style> |
| 316 | |
| Jorim Jaggi | 1fcbab6 | 2015-11-04 16:39:50 +0100 | [diff] [blame] | 317 | <style name="DockedDividerHandle"> |
| 318 | <item name="android:layout_gravity">center_horizontal</item> |
| Jorim Jaggi | 79b39f0 | 2015-12-17 20:04:31 -0800 | [diff] [blame] | 319 | <item name="android:layout_width">96dp</item> |
| Jorim Jaggi | 7b79b1e | 2015-12-07 14:18:16 -0800 | [diff] [blame] | 320 | <item name="android:layout_height">48dp</item> |
| Jorim Jaggi | 1fcbab6 | 2015-11-04 16:39:50 +0100 | [diff] [blame] | 321 | </style> |
| 322 | |
| Jason Monk | 87ccd55 | 2015-12-11 21:39:54 -0500 | [diff] [blame] | 323 | <style name="TunerSettings" parent="@android:style/Theme.Material.Settings"> |
| Jason Monk | a9f1288 | 2016-01-24 12:03:19 -0500 | [diff] [blame] | 324 | <item name="android:windowActionBar">false</item> |
| Jason Monk | d40328e | 2015-12-07 21:45:47 -0500 | [diff] [blame] | 325 | <item name="preferenceTheme">@style/TunerPreferenceTheme</item> |
| 326 | </style> |
| 327 | |
| 328 | <style name="TunerPreferenceTheme" parent="@android:style/Theme.Material.Settings"> |
| Adam Lesinski | 4c44359 | 2016-02-12 23:51:28 -0800 | [diff] [blame] | 329 | <item name="dropdownPreferenceStyle">@style/Preference.DropDown.Material</item> |
| Jason Monk | 87ccd55 | 2015-12-11 21:39:54 -0500 | [diff] [blame] | 330 | </style> |
| 331 | |
| Julia Reynolds | 5682192 | 2016-01-04 15:24:01 -0500 | [diff] [blame] | 332 | <style name="TextAppearance.NotificationGuts"> |
| 333 | <item name="android:textSize">14sp</item> |
| Julia Reynolds | 490ee4b | 2016-03-16 17:13:08 -0400 | [diff] [blame] | 334 | <item name="android:fontFamily">roboto-regular</item> |
| Julia Reynolds | 2050536 | 2016-01-12 08:47:04 -0500 | [diff] [blame] | 335 | <item name="android:textColor">@android:color/black</item> |
| 336 | </style> |
| 337 | |
| 338 | <style name="TextAppearance.NotificationGuts.Header"> |
| 339 | <item name="android:alpha">.38</item> |
| 340 | <item name="android:textSize">12sp</item> |
| 341 | </style> |
| 342 | |
| 343 | <style name="TextAppearance.NotificationGuts.Secondary"> |
| 344 | <item name="android:alpha">.54</item> |
| 345 | </style> |
| 346 | |
| 347 | <style name="TextAppearance.NotificationGuts.Primary"> |
| 348 | <item name="android:alpha">.87</item> |
| 349 | <item name="android:textSize">16sp</item> |
| 350 | </style> |
| 351 | |
| Julia Reynolds | aebacc9 | 2016-03-04 11:11:46 -0500 | [diff] [blame] | 352 | <style name="TextAppearance.NotificationGuts.Radio"> |
| Julia Reynolds | da01ac8 | 2016-05-10 14:33:11 -0400 | [diff] [blame] | 353 | <item name="android:alpha">.87</item> |
| Julia Reynolds | aebacc9 | 2016-03-04 11:11:46 -0500 | [diff] [blame] | 354 | </style> |
| 355 | |
| Julia Reynolds | 2050536 | 2016-01-12 08:47:04 -0500 | [diff] [blame] | 356 | <style name="TextAppearance.NotificationGuts.Button"> |
| 357 | <item name="android:textSize">14sp</item> |
| Julia Reynolds | 5682192 | 2016-01-04 15:24:01 -0500 | [diff] [blame] | 358 | <item name="android:textAllCaps">true</item> |
| 359 | <item name="android:fontFamily">sans-serif-medium</item> |
| 360 | <item name="android:gravity">center</item> |
| Julia Reynolds | 2050536 | 2016-01-12 08:47:04 -0500 | [diff] [blame] | 361 | <item name="android:textColor">@*android:color/material_deep_teal_500</item> |
| Julia Reynolds | 5682192 | 2016-01-04 15:24:01 -0500 | [diff] [blame] | 362 | </style> |
| 363 | |
| Jason Monk | f0c6f64 | 2016-01-20 22:24:50 -0500 | [diff] [blame] | 364 | <style name="ThemeOverlay.SwitchBar" parent="@android:style/ThemeOverlay"> |
| 365 | <item name="android:colorAccent">@color/switch_accent_color</item> |
| 366 | </style> |
| 367 | |
| Jason Monk | a8321e6 | 2016-03-11 08:56:25 -0500 | [diff] [blame] | 368 | <style name="edit_theme" parent="@android:style/Theme.Material"> |
| 369 | <item name="android:colorBackground">@color/qs_edit_overflow_bg</item> |
| 370 | </style> |
| 371 | |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 372 | </resources> |