| 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 | abedcab | 2014-08-15 12:27:37 -0700 | [diff] [blame] | 23 | <style name="RecentsTheme" parent="@android:style/Theme"> |
| 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 | |
| Daniel Sandler | 3d32a24 | 2012-06-05 13:44:14 -0400 | [diff] [blame] | 112 | <style name="TextAppearance.StatusBar.Expanded.Network" parent="@style/TextAppearance.StatusBar.Expanded.Date"> |
| 113 | <item name="android:textColor">#999999</item> |
| 114 | </style> |
| 115 | |
| Daniel Sandler | dd4ef49 | 2012-07-27 11:19:52 -0400 | [diff] [blame] | 116 | <style name="TextAppearance.StatusBar.Expanded.Network.EmergencyOnly"> |
| 117 | </style> |
| 118 | |
| Adrian Roos | 8ddb2da | 2014-06-16 18:56:22 -0700 | [diff] [blame] | 119 | <style name="TextAppearance.StatusBar.Expanded.UserSwitcher"> |
| 120 | <item name="android:textSize">16sp</item> |
| 121 | <item name="android:textStyle">normal</item> |
| Adrian Roos | ccdff62 | 2014-08-06 00:07:18 +0200 | [diff] [blame] | 122 | <item name="android:textColor">@color/qs_user_detail_name</item> |
| Adrian Roos | 8ddb2da | 2014-06-16 18:56:22 -0700 | [diff] [blame] | 123 | </style> |
| 124 | <style name="TextAppearance.StatusBar.Expanded.UserSwitcher.UserName" /> |
| 125 | |
| Winson Chung | d63c5978 | 2012-09-05 17:34:41 -0700 | [diff] [blame] | 126 | <style name="TextAppearance" /> |
| Daniel Sandler | b5538e6 | 2013-04-12 15:16:53 -0400 | [diff] [blame] | 127 | |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 128 | <style name="TextAppearance.QS"> |
| 129 | <item name="android:textStyle">normal</item> |
| John Spurlock | 89f060a | 2014-07-16 21:03:15 -0400 | [diff] [blame] | 130 | <item name="android:textColor">@color/qs_text</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 131 | <item name="android:fontFamily">sans-serif</item> |
| 132 | </style> |
| 133 | |
| 134 | <style name="TextAppearance.QS.DetailHeader"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 135 | <item name="android:textSize">@dimen/qs_detail_header_text_size</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 136 | <item name="android:fontFamily">sans-serif-medium</item> |
| 137 | </style> |
| 138 | |
| 139 | <style name="TextAppearance.QS.DetailItemPrimary"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 140 | <item name="android:textSize">@dimen/qs_detail_item_primary_text_size</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 141 | </style> |
| 142 | |
| 143 | <style name="TextAppearance.QS.DetailItemSecondary"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 144 | <item name="android:textSize">@dimen/qs_detail_item_secondary_text_size</item> |
| John Spurlock | b98f747 | 2014-07-08 17:09:42 -0400 | [diff] [blame] | 145 | <item name="android:textColor">@color/system_accent_color</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 146 | </style> |
| 147 | |
| John Spurlock | b478252 | 2014-08-22 14:54:46 -0400 | [diff] [blame] | 148 | <style name="TextAppearance.QS.VolumeSuppressor"> |
| 149 | <item name="android:textSize">14sp</item> |
| 150 | <item name="android:textColor">@color/qs_tile_text</item> |
| 151 | </style> |
| 152 | |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 153 | <style name="TextAppearance.QS.DetailButton"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 154 | <item name="android:textSize">@dimen/qs_detail_button_text_size</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 155 | <item name="android:textAllCaps">true</item> |
| 156 | <item name="android:fontFamily">sans-serif-medium</item> |
| John Spurlock | 7f8f22a | 2014-07-02 18:54:17 -0400 | [diff] [blame] | 157 | <item name="android:gravity">center</item> |
| John Spurlock | 8600534 | 2014-05-23 11:58:00 -0400 | [diff] [blame] | 158 | </style> |
| 159 | |
| John Spurlock | 486b78e | 2014-07-07 08:37:56 -0400 | [diff] [blame] | 160 | <style name="TextAppearance.QS.DetailEmpty"> |
| Jorim Jaggi | e17c4b4 | 2014-08-26 17:27:31 +0200 | [diff] [blame] | 161 | <item name="android:textSize">@dimen/qs_detail_empty_text_size</item> |
| John Spurlock | 486b78e | 2014-07-07 08:37:56 -0400 | [diff] [blame] | 162 | <item name="android:textColor">@color/qs_subhead</item> |
| 163 | </style> |
| 164 | |
| John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 165 | <style name="TextAppearance.QS.Subhead"> |
| 166 | <item name="android:textSize">14sp</item> |
| John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 167 | <item name="android:textColor">@color/qs_subhead</item> |
| 168 | </style> |
| 169 | |
| John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 170 | <style name="TextAppearance.QS.SegmentedButton"> |
| John Spurlock | eb2727b | 2014-07-19 23:11:36 -0400 | [diff] [blame] | 171 | <item name="android:textSize">14sp</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 | |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame] | 187 | <style name="BaseBrightnessDialogContainer"> |
| 188 | <item name="android:layout_width">match_parent</item> |
| 189 | <item name="android:layout_height">wrap_content</item> |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame] | 190 | </style> |
| Alan Viverette | e8ebaf3 | 2014-04-11 15:44:15 -0700 | [diff] [blame] | 191 | |
| Winson Chung | 3ed6f94 | 2012-09-20 16:07:11 -0700 | [diff] [blame] | 192 | <style name="BrightnessDialogContainer" parent="@style/BaseBrightnessDialogContainer" /> |
| 193 | |
| Joe Onorato | fd52b18 | 2010-11-10 18:00:52 -0800 | [diff] [blame] | 194 | <style name="Animation" /> |
| 195 | |
| 196 | <style name="Animation.ShirtPocketPanel"> |
| 197 | <item name="android:windowEnterAnimation">@*android:anim/grow_fade_in_from_bottom</item> |
| 198 | <item name="android:windowExitAnimation">@*android:anim/shrink_fade_out_from_bottom</item> |
| 199 | </style> |
| 200 | |
| 201 | <style name="Animation.RecentPanel"> |
| 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 | |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 206 | <!-- Standard animations for hiding and showing the status bar. --> |
| 207 | <style name="Animation.StatusBar"> |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 208 | </style> |
| 209 | |
| Chris Wren | 157026f | 2013-06-28 16:54:01 -0400 | [diff] [blame] | 210 | <style name="Animation.StatusBar.HeadsUp"> |
| 211 | <item name="android:windowEnterAnimation">@anim/heads_up_enter</item> |
| 212 | <item name="android:windowExitAnimation">@anim/heads_up_exit</item> |
| Dianne Hackborn | 59aed38 | 2011-08-02 17:31:44 -0700 | [diff] [blame] | 213 | </style> |
| 214 | |
| Daniel Sandler | 57d74de | 2011-10-14 13:14:46 -0400 | [diff] [blame] | 215 | <style name="TextAppearance.StatusBar.PhoneTicker" |
| 216 | parent="@*android:style/TextAppearance.StatusBar.Ticker"> |
| 217 | <!-- Note: must be dp to fit in status bar --> |
| 218 | <item name="android:textSize">14dp</item> |
| 219 | </style> |
| Adrian Roos | 070a0b6 | 2014-04-10 23:25:03 +0200 | [diff] [blame] | 220 | |
| Jorim Jaggi | 890e189 | 2014-05-11 23:45:37 +0200 | [diff] [blame] | 221 | <style name="systemui_theme" parent="@android:style/Theme.DeviceDefault"> |
| Jorim Jaggi | 853b070 | 2014-07-05 04:31:14 +0200 | [diff] [blame] | 222 | <item name="android:colorPrimary">@color/system_primary_color</item> |
| John Spurlock | ed33da1 | 2014-06-04 00:15:51 -0400 | [diff] [blame] | 223 | <item name="android:colorControlActivated">@color/system_accent_color</item> |
| Jorim Jaggi | 890e189 | 2014-05-11 23:45:37 +0200 | [diff] [blame] | 224 | </style> |
| Adrian Roos | 070a0b6 | 2014-04-10 23:25:03 +0200 | [diff] [blame] | 225 | |
| John Spurlock | 3513460 | 2014-07-24 18:10:48 -0400 | [diff] [blame] | 226 | <style name="Theme.SystemUI.Dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog"> |
| 227 | <item name="android:colorPrimary">@color/system_primary_color</item> |
| 228 | <item name="android:colorControlActivated">@color/system_accent_color</item> |
| 229 | </style> |
| 230 | |
| Craig Stout | 9eef7bc | 2014-05-06 19:10:53 -0700 | [diff] [blame] | 231 | <style name="Theme.SystemUI.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 232 | |
| John Spurlock | 7e6809a | 2014-08-06 16:03:14 -0400 | [diff] [blame] | 233 | <style name="QSBorderlessButton"> |
| John Spurlock | 7f8f22a | 2014-07-02 18:54:17 -0400 | [diff] [blame] | 234 | <item name="android:padding">12dp</item> |
| 235 | <item name="android:background">@drawable/btn_borderless_rect</item> |
| 236 | <item name="android:gravity">center</item> |
| 237 | </style> |
| John Spurlock | d47a3f3 | 2014-05-18 19:14:14 -0400 | [diff] [blame] | 238 | |
| John Spurlock | ae641c9 | 2014-06-30 18:11:40 -0400 | [diff] [blame] | 239 | <!-- Window animations used for volume panel. --> |
| 240 | <style name="VolumePanelAnimation"> |
| John Spurlock | b71e68f | 2014-07-17 23:09:40 -0400 | [diff] [blame] | 241 | <item name="android:windowEnterAnimation">@*android:anim/popup_enter_material</item> |
| 242 | <item name="android:windowExitAnimation">@*android:anim/popup_exit_material</item> |
| John Spurlock | d47a3f3 | 2014-05-18 19:14:14 -0400 | [diff] [blame] | 243 | </style> |
| Dan Sandler | 18bb4f9 | 2014-07-14 16:48:27 -0400 | [diff] [blame] | 244 | |
| Alan Viverette | 41ad3942 | 2014-08-27 15:06:51 -0700 | [diff] [blame] | 245 | <style name="TextAppearance.Material.Notification.Parenthetical" |
| 246 | parent="@*android:style/TextAppearance.Material.Notification"> |
| Dan Sandler | 18bb4f9 | 2014-07-14 16:48:27 -0400 | [diff] [blame] | 247 | <item name="android:textStyle">italic</item> |
| 248 | <item name="android:textColor">#60000000</item> |
| 249 | </style> |
| Jorim Jaggi | f479792 | 2014-08-04 22:49:41 +0200 | [diff] [blame] | 250 | |
| Selim Cinek | 92d892c | 2014-09-11 15:11:00 +0200 | [diff] [blame] | 251 | <style name="SearchPanelCircle"> |
| Jorim Jaggi | f479792 | 2014-08-04 22:49:41 +0200 | [diff] [blame] | 252 | <item name="android:layout_width">match_parent</item> |
| Selim Cinek | 92d892c | 2014-09-11 15:11:00 +0200 | [diff] [blame] | 253 | <item name="android:layout_height">match_parent</item> |
| Jorim Jaggi | f479792 | 2014-08-04 22:49:41 +0200 | [diff] [blame] | 254 | </style> |
| 255 | |
| 256 | <style name="SearchPanelScrim"> |
| 257 | <item name="android:layout_width">match_parent</item> |
| 258 | <item name="android:layout_height">@dimen/search_panel_scrim_height</item> |
| 259 | <item name="android:layout_gravity">bottom</item> |
| 260 | </style> |
| Adrian Roos | 1940892 | 2014-08-07 20:54:12 +0200 | [diff] [blame] | 261 | |
| 262 | <style name="UserDetailView"> |
| 263 | <item name="numColumns">3</item> |
| 264 | </style> |
| Adrian Roos | 752aee8 | 2014-11-25 21:11:19 +0100 | [diff] [blame] | 265 | |
| 266 | <style name="Theme.AlertDialogHost" parent="android:Theme.DeviceDefault"> |
| 267 | <item name="android:windowIsTranslucent">true</item> |
| 268 | <item name="android:windowBackground">@android:color/transparent</item> |
| 269 | <item name="android:windowContentOverlay">@null</item> |
| 270 | <item name="android:windowNoTitle">true</item> |
| 271 | <item name="android:windowIsFloating">true</item> |
| 272 | <item name="android:backgroundDimEnabled">false</item> |
| 273 | <item name="android:alertDialogTheme">@style/Theme.SystemUI.Dialog.Alert</item> |
| 274 | </style> |
| Joe Onorato | 503007d | 2010-04-16 09:20:55 -0700 | [diff] [blame] | 275 | </resources> |