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