The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | * Copyright (C) 2008 The Android Open Source Project |
| 5 | * |
| 6 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | * you may not use this file except in compliance with the License. |
| 8 | * You may obtain a copy of the License at |
| 9 | * |
| 10 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | * |
| 12 | * Unless required by applicable law or agreed to in writing, software |
| 13 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | * See the License for the specific language governing permissions and |
| 16 | * limitations under the License. |
| 17 | */ |
| 18 | --> |
| 19 | |
| 20 | <resources> |
Sunny Goyal | 5abb9f8 | 2016-02-09 15:22:42 -0800 | [diff] [blame] | 21 | <!-- Launcher theme --> |
Sunny Goyal | ad9fb52 | 2019-05-15 14:24:27 -0700 | [diff] [blame] | 22 | <style name="BaseLauncherTheme" parent="@android:style/Theme.DeviceDefault.Light"> |
Sunny Goyal | 5abb9f8 | 2016-02-09 15:22:42 -0800 | [diff] [blame] | 23 | <item name="android:colorBackgroundCacheHint">@null</item> |
Sunny Goyal | 1f3f07d | 2017-02-10 16:52:16 -0800 | [diff] [blame] | 24 | <item name="android:colorEdgeEffect">#FF757575</item> |
Hyunyoung Song | 572c746 | 2019-04-13 02:40:31 -0700 | [diff] [blame] | 25 | <item name="android:windowActionBar">false</item> |
| 26 | <item name="android:windowBackground">@android:color/transparent</item> |
| 27 | <item name="android:windowNoTitle">true</item> |
| 28 | <item name="android:windowShowWallpaper">true</item> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 29 | <item name="folderTextColor">?attr/workspaceTextColor</item> |
Sunny Goyal | 325b5c7 | 2017-06-11 20:22:08 -0700 | [diff] [blame] | 30 | </style> |
| 31 | |
Sunny Goyal | 367f219 | 2018-10-17 11:24:48 -0700 | [diff] [blame] | 32 | <style name="LauncherTheme" parent="@style/BaseLauncherTheme"> |
Samuel Fufa | 9915605 | 2020-04-21 13:19:43 -0700 | [diff] [blame^] | 33 | <item name="android:textColorSecondary">#DE000000</item> |
| 34 | <item name="allAppsScrimColor">#FFFFFFFF</item> |
Sunny Goyal | 337fcb7 | 2018-05-30 12:00:43 -0700 | [diff] [blame] | 35 | <item name="allAppsInterimScrimAlpha">46</item> |
Sunny Goyal | 81a70e5 | 2017-08-18 01:02:20 -0700 | [diff] [blame] | 36 | <item name="allAppsNavBarScrimColor">#66FFFFFF</item> |
Tony Wickham | 90038eb | 2017-06-06 15:42:32 -0700 | [diff] [blame] | 37 | <item name="popupColorPrimary">#FFF</item> |
| 38 | <item name="popupColorSecondary">#F5F5F5</item> <!-- Gray 100 --> |
| 39 | <item name="popupColorTertiary">#E0E0E0</item> <!-- Gray 300 --> |
Mario Bertschler | a693694 | 2017-05-31 14:48:19 -0700 | [diff] [blame] | 40 | <item name="isMainColorDark">false</item> |
| 41 | <item name="isWorkspaceDarkText">false</item> |
Sunny Goyal | 325b5c7 | 2017-06-11 20:22:08 -0700 | [diff] [blame] | 42 | <item name="workspaceTextColor">@android:color/white</item> |
Mario Bertschler | a693694 | 2017-05-31 14:48:19 -0700 | [diff] [blame] | 43 | <item name="workspaceShadowColor">#B0000000</item> |
Sunny Goyal | 325b5c7 | 2017-06-11 20:22:08 -0700 | [diff] [blame] | 44 | <item name="workspaceAmbientShadowColor">#33000000</item> |
Mario Bertschler | a693694 | 2017-05-31 14:48:19 -0700 | [diff] [blame] | 45 | <item name="workspaceKeyShadowColor">#44000000</item> |
| 46 | <item name="workspaceStatusBarScrim">@drawable/workspace_bg</item> |
Tony Wickham | 093c3ac | 2017-06-26 10:48:41 -0700 | [diff] [blame] | 47 | <item name="widgetsTheme">@style/WidgetContainerTheme</item> |
Tony Wickham | f34bee8 | 2018-12-03 18:11:39 -0800 | [diff] [blame] | 48 | <item name="folderDotColor">?android:attr/colorPrimary</item> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 49 | <item name="folderFillColor">#CDFFFFFF</item> |
Sunny Goyal | bcadb7f | 2019-02-05 14:45:31 -0800 | [diff] [blame] | 50 | <item name="folderIconBorderColor">?android:attr/colorPrimary</item> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 51 | <item name="folderTextColor">#FF212121</item> |
Samuel Fufa | 7315bdd | 2020-02-03 18:56:54 -0800 | [diff] [blame] | 52 | <item name="folderHintColor">#FF616161</item> |
Sunny Goyal | 577bc6b | 2019-04-04 14:50:29 -0700 | [diff] [blame] | 53 | <item name="loadingIconColor">#CCFFFFFF</item> |
Samuel Fufa | ea4dcf4 | 2020-02-04 12:08:11 -0800 | [diff] [blame] | 54 | <item name="workProfileOverlayTextColor">#FF212121</item> |
Sunny Goyal | 5abb9f8 | 2016-02-09 15:22:42 -0800 | [diff] [blame] | 55 | |
Sunny Goyal | 367f219 | 2018-10-17 11:24:48 -0700 | [diff] [blame] | 56 | <item name="android:windowTranslucentStatus">false</item> |
| 57 | <item name="android:windowTranslucentNavigation">false</item> |
| 58 | <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 59 | <item name="android:statusBarColor">#00000000</item> |
| 60 | <item name="android:navigationBarColor">#00000000</item> |
Samuel Fufa | 8f6d141 | 2020-01-21 09:58:14 -0800 | [diff] [blame] | 61 | |
| 62 | |
Sunny Goyal | 367f219 | 2018-10-17 11:24:48 -0700 | [diff] [blame] | 63 | </style> |
Sunny Goyal | 5abb9f8 | 2016-02-09 15:22:42 -0800 | [diff] [blame] | 64 | |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 65 | <style name="LauncherTheme.DarkMainColor" parent="@style/LauncherTheme"> |
| 66 | <item name="folderFillColor">#FF3C4043</item> <!-- 100% GM2 800 --> |
| 67 | <item name="folderTextColor">?attr/workspaceTextColor</item> |
| 68 | </style> |
| 69 | |
Sunny Goyal | a6afdff | 2018-05-24 13:49:57 -0700 | [diff] [blame] | 70 | <style name="LauncherTheme.DarkText" parent="@style/LauncherTheme"> |
Mario Bertschler | a693694 | 2017-05-31 14:48:19 -0700 | [diff] [blame] | 71 | <item name="workspaceTextColor">#FF212121</item> |
Sunny Goyal | 337fcb7 | 2018-05-30 12:00:43 -0700 | [diff] [blame] | 72 | <item name="allAppsInterimScrimAlpha">128</item> |
Mario Bertschler | a693694 | 2017-05-31 14:48:19 -0700 | [diff] [blame] | 73 | <item name="workspaceShadowColor">@android:color/transparent</item> |
| 74 | <item name="workspaceAmbientShadowColor">@android:color/transparent</item> |
| 75 | <item name="workspaceKeyShadowColor">@android:color/transparent</item> |
| 76 | <item name="isWorkspaceDarkText">true</item> |
| 77 | <item name="workspaceStatusBarScrim">@null</item> |
Sunny Goyal | bcadb7f | 2019-02-05 14:45:31 -0800 | [diff] [blame] | 78 | <item name="folderDotColor">#FF464646</item> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 79 | <item name="folderFillColor">#CDFFFFFF</item> |
Sunny Goyal | bcadb7f | 2019-02-05 14:45:31 -0800 | [diff] [blame] | 80 | <item name="folderIconBorderColor">#FF80868B</item> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 81 | <item name="folderTextColor">?attr/workspaceTextColor</item> |
Samuel Fufa | ea4dcf4 | 2020-02-04 12:08:11 -0800 | [diff] [blame] | 82 | |
Mario Bertschler | a693694 | 2017-05-31 14:48:19 -0700 | [diff] [blame] | 83 | </style> |
| 84 | |
Sunny Goyal | bd88f39 | 2018-06-07 15:42:57 -0700 | [diff] [blame] | 85 | <style name="LauncherTheme.Dark" parent="@style/LauncherTheme"> |
Tony Wickham | 90038eb | 2017-06-06 15:42:32 -0700 | [diff] [blame] | 86 | <item name="android:textColorPrimary">#FFFFFFFF</item> |
Sunny Goyal | 368ae77 | 2017-05-24 13:19:15 -0700 | [diff] [blame] | 87 | <item name="android:textColorSecondary">#FFFFFFFF</item> |
| 88 | <item name="android:textColorTertiary">#CCFFFFFF</item> |
| 89 | <item name="android:textColorHint">#A0FFFFFF</item> |
Sunny Goyal | 368ae77 | 2017-05-24 13:19:15 -0700 | [diff] [blame] | 90 | <item name="android:colorControlHighlight">#A0FFFFFF</item> |
Sunny Goyal | 12f8038 | 2018-05-14 15:57:59 -0700 | [diff] [blame] | 91 | <item name="android:colorPrimary">#FF212121</item> |
Samuel Fufa | 9915605 | 2020-04-21 13:19:43 -0700 | [diff] [blame^] | 92 | <item name="allAppsScrimColor">#FF212121</item> |
Sunny Goyal | 337fcb7 | 2018-05-30 12:00:43 -0700 | [diff] [blame] | 93 | <item name="allAppsInterimScrimAlpha">102</item> |
Sunny Goyal | 81a70e5 | 2017-08-18 01:02:20 -0700 | [diff] [blame] | 94 | <item name="allAppsNavBarScrimColor">#80000000</item> |
Hyunyoung Song | baa1a62 | 2019-04-11 23:31:51 -0700 | [diff] [blame] | 95 | <item name="popupColorPrimary">#3C4043</item> <!-- Gray 800 --> |
| 96 | <item name="popupColorSecondary">#5F6368</item> <!-- Gray 700 --> |
Tony Wickham | 90038eb | 2017-06-06 15:42:32 -0700 | [diff] [blame] | 97 | <item name="popupColorTertiary">#757575</item> <!-- Gray 600 --> |
Tony Wickham | 093c3ac | 2017-06-26 10:48:41 -0700 | [diff] [blame] | 98 | <item name="widgetsTheme">@style/WidgetContainerTheme.Dark</item> |
Tony Wickham | f34bee8 | 2018-12-03 18:11:39 -0800 | [diff] [blame] | 99 | <item name="folderDotColor">#FF464646</item> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 100 | <item name="folderFillColor">#DD3C4043</item> <!-- 87% GM2 800 --> |
Sunny Goyal | bcadb7f | 2019-02-05 14:45:31 -0800 | [diff] [blame] | 101 | <item name="folderIconBorderColor">#FF80868B</item> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 102 | <item name="folderTextColor">@android:color/white</item> |
Samuel Fufa | 7315bdd | 2020-02-03 18:56:54 -0800 | [diff] [blame] | 103 | <item name="folderHintColor">#FFCCCCCC</item> |
Mario Bertschler | a693694 | 2017-05-31 14:48:19 -0700 | [diff] [blame] | 104 | <item name="isMainColorDark">true</item> |
Sunny Goyal | 577bc6b | 2019-04-04 14:50:29 -0700 | [diff] [blame] | 105 | <item name="loadingIconColor">#99FFFFFF</item> |
Samuel Fufa | ea4dcf4 | 2020-02-04 12:08:11 -0800 | [diff] [blame] | 106 | <item name="workProfileOverlayTextColor">@android:color/white</item> |
Sunny Goyal | 368ae77 | 2017-05-24 13:19:15 -0700 | [diff] [blame] | 107 | </style> |
| 108 | |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 109 | <style name="LauncherTheme.Dark.DarkMainColor" parent="@style/LauncherTheme.Dark"> |
| 110 | <item name="folderFillColor">#FF3C4043</item> <!-- 100% GM2 800 --> |
| 111 | <item name="folderTextColor">@android:color/white</item> |
| 112 | </style> |
| 113 | |
Sunny Goyal | bd88f39 | 2018-06-07 15:42:57 -0700 | [diff] [blame] | 114 | <style name="LauncherTheme.Dark.DarkText" parent="@style/LauncherTheme.Dark"> |
Hyunyoung Song | 0832d47 | 2019-07-24 17:20:18 -0700 | [diff] [blame] | 115 | <item name="android:colorControlHighlight">#75212121</item> |
Sunny Goyal | 337fcb7 | 2018-05-30 12:00:43 -0700 | [diff] [blame] | 116 | <item name="allAppsInterimScrimAlpha">25</item> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 117 | <item name="folderFillColor">#CDFFFFFF</item> |
| 118 | <item name="folderTextColor">?attr/workspaceTextColor</item> |
Sunny Goyal | a6afdff | 2018-05-24 13:49:57 -0700 | [diff] [blame] | 119 | <item name="workspaceTextColor">#FF212121</item> |
| 120 | <item name="workspaceShadowColor">@android:color/transparent</item> |
| 121 | <item name="workspaceAmbientShadowColor">@android:color/transparent</item> |
| 122 | <item name="workspaceKeyShadowColor">@android:color/transparent</item> |
| 123 | <item name="isWorkspaceDarkText">true</item> |
| 124 | <item name="workspaceStatusBarScrim">@null</item> |
| 125 | </style> |
| 126 | |
Sunny Goyal | bd88f39 | 2018-06-07 15:42:57 -0700 | [diff] [blame] | 127 | <!-- A derivative project can extend these themes to customize the application theme without |
| 128 | affecting the base theme --> |
| 129 | <style name="AppTheme" parent="@style/LauncherTheme" /> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 130 | <style name="AppTheme.DarkMainColor" parent="@style/LauncherTheme.DarkMainColor" /> |
Sunny Goyal | bd88f39 | 2018-06-07 15:42:57 -0700 | [diff] [blame] | 131 | <style name="AppTheme.DarkText" parent="@style/LauncherTheme.DarkText" /> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 132 | |
Sunny Goyal | bd88f39 | 2018-06-07 15:42:57 -0700 | [diff] [blame] | 133 | <style name="AppTheme.Dark" parent="@style/LauncherTheme.Dark" /> |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 134 | <style name="AppTheme.Dark.DarkMainColor" parent="@style/LauncherTheme.Dark.DarkMainColor" /> |
Sunny Goyal | bd88f39 | 2018-06-07 15:42:57 -0700 | [diff] [blame] | 135 | <style name="AppTheme.Dark.DarkText" parent="@style/LauncherTheme.Dark.DarkText" /> |
| 136 | |
Sunny Goyal | 367f219 | 2018-10-17 11:24:48 -0700 | [diff] [blame] | 137 | <style name="AppItemActivityTheme" parent="@android:style/Theme.Material.Light.Dialog.Alert"> |
| 138 | <item name="widgetsTheme">@style/WidgetContainerTheme</item> |
| 139 | </style> |
| 140 | |
Samuel Fufa | 9fee045 | 2019-11-12 16:49:21 -0800 | [diff] [blame] | 141 | <style name="HomeSettingsTheme" parent="@android:style/Theme.DeviceDefault.Settings"> |
| 142 | <item name="android:navigationBarColor">@android:color/transparent</item> |
| 143 | </style> |
| 144 | |
Sunny Goyal | 9b29ca5 | 2017-02-17 10:39:44 -0800 | [diff] [blame] | 145 | <!-- |
| 146 | Theme overrides to element on homescreen, i.e., which are drawn on top on wallpaper. |
Sunny Goyal | 325b5c7 | 2017-06-11 20:22:08 -0700 | [diff] [blame] | 147 | Various foreground colors are overridden to be workspaceTextColor so that they are properly |
| 148 | visible on various wallpapers. |
Sunny Goyal | 9b29ca5 | 2017-02-17 10:39:44 -0800 | [diff] [blame] | 149 | --> |
Mario Bertschler | a693694 | 2017-05-31 14:48:19 -0700 | [diff] [blame] | 150 | <style name="HomeScreenElementTheme"> |
Sunny Goyal | 325b5c7 | 2017-06-11 20:22:08 -0700 | [diff] [blame] | 151 | <item name="android:colorEdgeEffect">?attr/workspaceTextColor</item> |
| 152 | <item name="android:textColorPrimary">?attr/workspaceTextColor</item> |
| 153 | <item name="android:textColorSecondary">?attr/workspaceTextColor</item> |
Sunny Goyal | 9b29ca5 | 2017-02-17 10:39:44 -0800 | [diff] [blame] | 154 | </style> |
| 155 | |
Sunny Goyal | 1f3f07d | 2017-02-10 16:52:16 -0800 | [diff] [blame] | 156 | <!-- Theme for the widget container. Overridden on API 26. --> |
| 157 | <style name="WidgetContainerTheme" parent="@android:style/Theme.DeviceDefault.Settings"> |
| 158 | <item name="android:colorEdgeEffect">?android:attr/textColorSecondaryInverse</item> |
| 159 | <item name="android:textColorPrimary">?android:attr/textColorPrimaryInverse</item> |
| 160 | <item name="android:textColorSecondary">?android:attr/textColorSecondaryInverse</item> |
| 161 | </style> |
Sunny Goyal | f1468af | 2016-02-17 11:36:26 -0800 | [diff] [blame] | 162 | |
Tony Wickham | 093c3ac | 2017-06-26 10:48:41 -0700 | [diff] [blame] | 163 | <style name="WidgetContainerTheme.Dark" /> |
| 164 | |
Hyunyoung Song | df4bf92 | 2019-04-11 15:17:41 -0700 | [diff] [blame] | 165 | <style name="FastScrollerPopup" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle"> |
Sunny Goyal | 3f0a53f | 2016-10-11 15:49:42 -0700 | [diff] [blame] | 166 | <item name="android:layout_width">wrap_content</item> |
Sunny Goyal | 1a8f6fb | 2017-06-14 15:35:16 -0700 | [diff] [blame] | 167 | <item name="android:minWidth">@dimen/fastscroll_popup_width</item> |
| 168 | <item name="android:layout_height">@dimen/fastscroll_popup_height</item> |
| 169 | <item name="android:textSize">@dimen/fastscroll_popup_text_size</item> |
| 170 | <item name="android:paddingEnd">@dimen/fastscroll_popup_padding</item> |
Sunny Goyal | 3f0a53f | 2016-10-11 15:49:42 -0700 | [diff] [blame] | 171 | <item name="android:gravity">center</item> |
| 172 | <item name="android:alpha">0</item> |
| 173 | <item name="android:elevation">3dp</item> |
| 174 | <item name="android:saveEnabled">false</item> |
| 175 | <item name="android:textColor">@android:color/white</item> |
| 176 | <item name="android:includeFontPadding">false</item> |
Sunny Goyal | c82c639 | 2018-06-06 15:39:13 -0700 | [diff] [blame] | 177 | <item name="android:importantForAccessibility">no</item> |
Sunny Goyal | 3f0a53f | 2016-10-11 15:49:42 -0700 | [diff] [blame] | 178 | </style> |
| 179 | |
Sunny Goyal | 1f3f07d | 2017-02-10 16:52:16 -0800 | [diff] [blame] | 180 | <!-- Base theme for BubbleTextView and sub classes --> |
Hyunyoung Song | 72dae7f | 2019-02-27 16:58:57 -0800 | [diff] [blame] | 181 | <style name="BaseIcon" parent="@android:style/TextAppearance.DeviceDefault"> |
Romain Guy | 8f19cdd | 2010-01-08 15:07:00 -0800 | [diff] [blame] | 182 | <item name="android:layout_width">match_parent</item> |
| 183 | <item name="android:layout_height">match_parent</item> |
Winson Chung | 4b825dcd | 2011-06-19 12:41:22 -0700 | [diff] [blame] | 184 | <item name="android:layout_gravity">center</item> |
Sunny Goyal | 1f3f07d | 2017-02-10 16:52:16 -0800 | [diff] [blame] | 185 | <item name="android:focusable">true</item> |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 186 | <item name="android:gravity">center_horizontal</item> |
Zak Cohen | cc4c614 | 2018-10-24 13:26:47 -0700 | [diff] [blame] | 187 | <item name="android:lines">1</item> |
Sunny Goyal | 1f3f07d | 2017-02-10 16:52:16 -0800 | [diff] [blame] | 188 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
Sunny Goyal | c9d3d06 | 2018-03-22 12:18:08 -0700 | [diff] [blame] | 189 | <item name="android:defaultFocusHighlightEnabled">false</item> |
Sunny Goyal | 1f3f07d | 2017-02-10 16:52:16 -0800 | [diff] [blame] | 190 | |
| 191 | <!-- No shadows in the base theme --> |
| 192 | <item name="android:shadowRadius">0</item> |
Sunny Goyal | 1f3f07d | 2017-02-10 16:52:16 -0800 | [diff] [blame] | 193 | </style> |
| 194 | |
Hyunyoung Song | e751d90 | 2019-05-13 23:23:05 -0700 | [diff] [blame] | 195 | <!-- Icon displayed on the workspace --> |
Hyunyoung Song | 72dae7f | 2019-02-27 16:58:57 -0800 | [diff] [blame] | 196 | <style name="BaseIcon.Workspace" > |
Winson Chung | 785d2eb | 2011-04-14 16:08:02 -0700 | [diff] [blame] | 197 | <item name="android:shadowRadius">2.0</item> |
Sunny Goyal | 325b5c7 | 2017-06-11 20:22:08 -0700 | [diff] [blame] | 198 | <item name="android:shadowColor">?attr/workspaceShadowColor</item> |
Mario Bertschler | a693694 | 2017-05-31 14:48:19 -0700 | [diff] [blame] | 199 | <item name="ambientShadowColor">?attr/workspaceAmbientShadowColor</item> |
Sunny Goyal | 9314b7c | 2017-06-23 10:36:27 -0700 | [diff] [blame] | 200 | <item name="ambientShadowBlur">2.5dp</item> |
| 201 | <item name="keyShadowColor">?attr/workspaceKeyShadowColor</item> |
| 202 | <item name="keyShadowBlur">1dp</item> |
| 203 | <item name="keyShadowOffset">.5dp</item> |
Tony Wickham | 9438ed4 | 2017-01-20 09:38:25 -0800 | [diff] [blame] | 204 | </style> |
| 205 | |
Tony Wickham | c66c3e2 | 2017-04-13 08:20:03 -0700 | [diff] [blame] | 206 | <!-- Theme for the popup container --> |
Tony Wickham | 90038eb | 2017-06-06 15:42:32 -0700 | [diff] [blame] | 207 | <style name="PopupItem"> |
| 208 | <item name="android:colorControlHighlight">?attr/popupColorTertiary</item> |
Tony Wickham | c66c3e2 | 2017-04-13 08:20:03 -0700 | [diff] [blame] | 209 | </style> |
| 210 | |
Sunny Goyal | 5abb9f8 | 2016-02-09 15:22:42 -0800 | [diff] [blame] | 211 | <!-- Drop targets --> |
Hyunyoung Song | df4bf92 | 2019-04-11 15:17:41 -0700 | [diff] [blame] | 212 | <style name="DropTargetButtonBase" parent="@android:style/TextAppearance.DeviceDefault"> |
Winson Chung | 4c98d92 | 2011-05-31 16:50:48 -0700 | [diff] [blame] | 213 | <item name="android:drawablePadding">7.5dp</item> |
Tony Wickham | e0dab19 | 2016-09-28 16:22:36 -0700 | [diff] [blame] | 214 | <item name="android:paddingLeft">16dp</item> |
| 215 | <item name="android:paddingRight">16dp</item> |
Mario Bertschler | 54ba601 | 2017-06-08 10:53:53 -0700 | [diff] [blame] | 216 | <item name="android:textColor">?attr/workspaceTextColor</item> |
Sunny Goyal | 0e375f9 | 2014-10-23 11:38:15 -0700 | [diff] [blame] | 217 | <item name="android:textSize">@dimen/drop_target_text_size</item> |
Winson Chung | 90576b5 | 2011-09-27 17:45:27 -0700 | [diff] [blame] | 218 | <item name="android:singleLine">true</item> |
| 219 | <item name="android:ellipsize">end</item> |
Mario Bertschler | 54ba601 | 2017-06-08 10:53:53 -0700 | [diff] [blame] | 220 | <item name="android:shadowColor">?attr/workspaceShadowColor</item> |
Winson Chung | 557d6ed | 2011-07-08 15:34:52 -0700 | [diff] [blame] | 221 | <item name="android:shadowDx">0.0</item> |
Winson Chung | c7aef8c | 2011-09-15 18:53:04 -0700 | [diff] [blame] | 222 | <item name="android:shadowDy">1.0</item> |
| 223 | <item name="android:shadowRadius">4.0</item> |
Winson Chung | 4c98d92 | 2011-05-31 16:50:48 -0700 | [diff] [blame] | 224 | </style> |
Winson Chung | 1cad91e | 2011-05-25 17:41:01 -0700 | [diff] [blame] | 225 | |
Sunny Goyal | 7066003 | 2015-05-14 00:07:08 -0700 | [diff] [blame] | 226 | <style name="DropTargetButton" parent="DropTargetButtonBase" /> |
Mario Bertschler | 93e39ec | 2017-06-09 10:20:17 -0700 | [diff] [blame] | 227 | |
Hyunyoung Song | df4bf92 | 2019-04-11 15:17:41 -0700 | [diff] [blame] | 228 | <style name="TextHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle" /> |
Samuel Fufa | f5a4deb | 2020-03-04 16:24:06 -0800 | [diff] [blame] | 229 | <style name="PrimaryMediumText" parent="@android:style/TextAppearance.DeviceDefault.Medium"/> |
Samuel Fufa | e54410a | 2020-04-12 18:14:43 -0700 | [diff] [blame] | 230 | <style name="PrimaryHeadline" parent="@android:style/TextAppearance.DeviceDefault.DialogWindowTitle"> |
| 231 | <item name="android:textStyle">bold</item> |
| 232 | </style> |
Hyunyoung Song | df4bf92 | 2019-04-11 15:17:41 -0700 | [diff] [blame] | 233 | |
Hyunyoung Song | 72dae7f | 2019-02-27 16:58:57 -0800 | [diff] [blame] | 234 | <style name="TextTitle" parent="@android:style/TextAppearance.DeviceDefault" /> |
Sunny Goyal | 5931ca0 | 2017-06-19 17:29:48 -0700 | [diff] [blame] | 235 | |
| 236 | <style name="AllAppsEmptySearchBackground"> |
| 237 | <item name="android:colorPrimary">#E0E0E0</item> |
| 238 | <item name="android:colorControlHighlight">#BDBDBD</item> |
| 239 | <item name="android:colorForeground">@color/all_apps_bg_hand_fill</item> |
| 240 | </style> |
| 241 | <style name="AllAppsEmptySearchBackground.Dark"> |
| 242 | <item name="android:colorPrimary">#9AA0A6</item> |
| 243 | <item name="android:colorControlHighlight">#DFE1E5</item> |
| 244 | <item name="android:colorForeground">@color/all_apps_bg_hand_fill_dark</item> |
| 245 | </style> |
Adam Cohen | be25822 | 2014-10-24 16:45:59 -0700 | [diff] [blame] | 246 | </resources> |