Amith Yamasani | 25b69eb | 2011-01-07 15:31:35 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2010 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 | |
Julia Tuttle | b231360 | 2023-06-09 13:30:25 -0400 | [diff] [blame] | 17 | <resources |
| 18 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> |
Russell Brenner | ac57f3e | 2013-08-28 09:44:30 -0700 | [diff] [blame] | 19 | |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 20 | <style name="Transparent"> |
tmfang | 5bd7151 | 2018-07-17 13:53:04 +0800 | [diff] [blame] | 21 | <item name="alertDialogTheme">@style/Theme.AlertDialog</item> |
Maurice Lam | dd3e243 | 2015-11-05 18:51:05 -0800 | [diff] [blame] | 22 | <item name="android:windowBackground">@android:color/transparent</item> |
| 23 | <item name="android:windowNoTitle">true</item> |
| 24 | <item name="android:windowIsFloating">true</item> |
Maurice Lam | dd3e243 | 2015-11-05 18:51:05 -0800 | [diff] [blame] | 25 | </style> |
| 26 | |
Alan Viverette | 1eb5283 | 2014-06-03 11:15:54 -0700 | [diff] [blame] | 27 | <style name="Theme.Settings" parent="Theme.SettingsBase"> |
Fan Zhang | b4b7725 | 2019-05-14 17:25:02 +0000 | [diff] [blame] | 28 | <item name="android:clipToPadding">false</item> |
| 29 | <item name="android:clipChildren">false</item> |
Edgar Wang | 817a167 | 2021-04-14 09:54:04 +0800 | [diff] [blame] | 30 | <item name="preferenceTheme">@style/SettingsPreferenceTheme</item> |
Fan Zhang | 1c118b5 | 2016-12-09 13:04:24 -0800 | [diff] [blame] | 31 | <item name="android:listPreferredItemHeight">72dip</item> |
Amin Shaikh | 3f1de20 | 2019-05-01 17:29:02 -0400 | [diff] [blame] | 32 | <item name="android:homeAsUpIndicator">@drawable/ic_arrow_back</item> |
Fan Zhang | b4b7725 | 2019-05-14 17:25:02 +0000 | [diff] [blame] | 33 | <item name="android:navigationBarColor">@android:color/transparent</item> |
Sunny Shao | b1c4b02 | 2019-09-27 21:32:11 +0800 | [diff] [blame] | 34 | <item name="android:datePickerDialogTheme">@style/PickerDialogTheme.Settings</item> |
Fabrice Di Meglio | 5c3fd1c | 2014-07-02 18:16:35 -0700 | [diff] [blame] | 35 | |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 36 | <item name="fingerprint_layout_theme">@style/FingerprintLayoutTheme</item> |
Kevin Chyn | 4882e87 | 2018-06-25 17:58:31 -0700 | [diff] [blame] | 37 | <item name="face_layout_theme">@style/FaceLayoutTheme</item> |
Russell Brenner | ac57f3e | 2013-08-28 09:44:30 -0700 | [diff] [blame] | 38 | <item name="ic_menu_moreoverflow">@*android:drawable/ic_menu_moreoverflow_holo_dark</item> |
jackqdyulei | 2fba194 | 2018-12-17 16:58:25 -0800 | [diff] [blame] | 39 | |
Tsung-Mao Fang | df00a3b | 2021-06-23 17:53:59 +0800 | [diff] [blame] | 40 | <!-- For edge-to-edge --> |
| 41 | <item name="android:navigationBarColor">@android:color/transparent</item> |
| 42 | <item name="android:statusBarColor">@android:color/transparent</item> |
| 43 | |
jackqdyulei | 2fba194 | 2018-12-17 16:58:25 -0800 | [diff] [blame] | 44 | <!-- For wifi icon --> |
Maurice Lam | b50dfb7 | 2015-04-20 18:18:54 -0700 | [diff] [blame] | 45 | <item name="wifi_signal">@drawable/wifi_signal</item> |
Jason Monk | 2d49953 | 2015-06-03 10:53:03 -0400 | [diff] [blame] | 46 | <item name="wifi_signal_color">?android:attr/colorAccent</item> |
Stephen Chen | 20bfe52 | 2017-01-18 15:32:02 -0800 | [diff] [blame] | 47 | <item name="wifi_friction">@drawable/wifi_friction</item> |
jackqdyulei | 2fba194 | 2018-12-17 16:58:25 -0800 | [diff] [blame] | 48 | |
Doris Ling | c5a1b4f | 2019-02-20 16:33:24 -0800 | [diff] [blame] | 49 | <item name="side_margin">0dp</item> |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 50 | <item name="sudListItemIconColor">?android:attr/colorAccent</item> |
Alan Viverette | ab585d8 | 2014-04-15 17:42:33 -0700 | [diff] [blame] | 51 | |
Fabrice Di Meglio | 9c3f11f | 2014-07-23 13:31:26 -0700 | [diff] [blame] | 52 | <!-- Redefine the ActionBar style for contentInsetStart --> |
Salvador Martinez | 2bb9930 | 2018-11-02 14:15:44 -0700 | [diff] [blame] | 53 | <item name="android:actionBarStyle">@style/Widget.ActionBar</item> |
Fabrice Di Meglio | 676e9c1 | 2014-06-24 15:29:08 -0700 | [diff] [blame] | 54 | |
Fabrice Di Meglio | d40dd45 | 2014-07-18 15:20:34 -0700 | [diff] [blame] | 55 | <item name="preferenceBackgroundColor">@drawable/preference_background</item> |
Fabrice Di Meglio | da8baba | 2014-06-10 17:12:51 -0700 | [diff] [blame] | 56 | |
tmfang | 5bd7151 | 2018-07-17 13:53:04 +0800 | [diff] [blame] | 57 | <!-- For AndroidX AlertDialog --> |
Raff Tsai | 0810afe | 2018-07-17 09:59:58 +0800 | [diff] [blame] | 58 | <item name="alertDialogTheme">@style/Theme.AlertDialog</item> |
Selim Cinek | 59db294 | 2014-06-05 07:19:21 +0200 | [diff] [blame] | 59 | |
Matt Pietal | c4aa3b4 | 2021-10-14 09:23:54 -0400 | [diff] [blame] | 60 | <item name="*android:lockPatternStyle">@style/LockPatternStyle</item> |
Jyun LuoLai | dbcc3d4 | 2018-03-28 17:45:44 +0800 | [diff] [blame] | 61 | |
tmfang | d0fb3ff | 2019-02-23 13:28:00 +0800 | [diff] [blame] | 62 | <!-- For AppBarLayout --> |
| 63 | <item name="colorPrimary">@*android:color/primary_device_default_settings_light</item> |
| 64 | <item name="colorPrimaryVariant">@android:color/white</item> |
| 65 | |
jackqdyulei | cf6374e | 2018-12-10 13:27:25 -0800 | [diff] [blame] | 66 | <!-- For slice view in settings --> |
| 67 | <item name="sliceViewStyle">@style/Widget.SliceView.Settings</item> |
Julia Tuttle | b231360 | 2023-06-09 13:30:25 -0400 | [diff] [blame] | 68 | |
| 69 | <item name="notification_importance_button_background_color_unselected">@android:color/transparent</item> |
Marcelo Arteiro | 8577c10 | 2024-10-18 11:51:49 +0000 | [diff] [blame] | 70 | <item name="notification_importance_button_border_color_unselected">@androidprv:color/materialColorOutlineVariant</item> |
| 71 | <item name="notification_importance_button_foreground_color_unselected">@androidprv:color/materialColorOnSurfaceVariant</item> |
Julia Tuttle | b231360 | 2023-06-09 13:30:25 -0400 | [diff] [blame] | 72 | |
Marcelo Arteiro | 8577c10 | 2024-10-18 11:51:49 +0000 | [diff] [blame] | 73 | <item name="notification_importance_button_background_color_selected">@androidprv:color/materialColorSecondaryContainer</item> |
| 74 | <item name="notification_importance_button_border_color_selected">@androidprv:color/materialColorOnSecondaryContainer</item> |
| 75 | <item name="notification_importance_button_foreground_color_selected">@androidprv:color/materialColorOnSecondaryContainer</item> |
Matías Hernández | b1e2823 | 2024-10-03 13:21:34 +0200 | [diff] [blame] | 76 | |
| 77 | <!-- For AppCompat widgets, e.g. TextInputLayout --> |
| 78 | <item name="colorAccent">?android:attr/colorAccent</item> |
Fabrice Di Meglio | 6338695 | 2014-05-28 20:08:55 -0700 | [diff] [blame] | 79 | </style> |
| 80 | |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 81 | <!-- Variant of the settings theme with no action bar. --> |
| 82 | <style name="Theme.Settings.NoActionBar"> |
| 83 | <item name="android:windowActionBar">false</item> |
| 84 | <item name="android:windowNoTitle">true</item> |
Bonian Chen | 81cac6c | 2023-01-16 09:25:40 +0000 | [diff] [blame] | 85 | <item name="colorSurface">@color/settingslib_colorSurface</item> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 86 | </style> |
| 87 | |
Mill Chen | 14cfd2f | 2021-01-06 07:46:46 +0800 | [diff] [blame] | 88 | <style name="Theme.SubSettings.Base" parent="Theme.Settings.NoActionBar"> |
Fabrice Di Meglio | 1b18665 | 2014-07-15 16:02:09 -0700 | [diff] [blame] | 89 | <!-- Redefine the ActionBar style for contentInsetStart --> |
Salvador Martinez | 2bb9930 | 2018-11-02 14:15:44 -0700 | [diff] [blame] | 90 | <item name="android:actionBarStyle">@style/Widget.ActionBar.SubSettings</item> |
Fabrice Di Meglio | 1b18665 | 2014-07-15 16:02:09 -0700 | [diff] [blame] | 91 | |
Mill Chen | 23d3ecc | 2021-03-23 23:09:47 +0800 | [diff] [blame] | 92 | <item name="android:navigationBarColor">@android:color/transparent</item> |
| 93 | <item name="android:statusBarColor">@android:color/transparent</item> |
Fabrice Di Meglio | 1b18665 | 2014-07-15 16:02:09 -0700 | [diff] [blame] | 94 | </style> |
| 95 | |
Salvador Martinez | 2bb9930 | 2018-11-02 14:15:44 -0700 | [diff] [blame] | 96 | <style name="Theme.SubSettings" parent="Theme.SubSettings.Base"/> |
| 97 | |
Jeremy Klein | e3e7b95 | 2016-01-25 14:43:49 -0800 | [diff] [blame] | 98 | <style name="Theme.ProvisioningActivity" parent="@android:style/Theme.Translucent.NoTitleBar"> |
| 99 | <item name="android:windowAnimationStyle">@null</item> |
| 100 | <item name="android:windowIsTranslucent">true</item> |
| 101 | <item name="android:windowBackground">@android:color/transparent</item> |
| 102 | <item name="android:windowContentOverlay">@null</item> |
| 103 | <item name="android:windowNoTitle">true</item> |
| 104 | <item name="android:windowIsFloating">true</item> |
| 105 | <item name="android:backgroundDimEnabled">false</item> |
| 106 | </style> |
| 107 | |
Arc Wang | 4a2acd2 | 2021-05-19 16:57:21 +0800 | [diff] [blame] | 108 | <style name="Theme.LocalePickerWithRegionActivity" parent="Theme.Settings"> |
| 109 | <item name="android:textColorHint">?android:attr/textColorSecondary</item> |
| 110 | </style> |
| 111 | |
Chaohui Wang | e752f72 | 2023-10-25 10:37:20 +0800 | [diff] [blame] | 112 | <!-- TODO: Clean up this --> |
| 113 | <style name="ThemeOverlay.SwitchBar.Settings" |
| 114 | parent="@*android:style/ThemeOverlay.DeviceDefault.ActionBar" /> |
Fabrice Di Meglio | da8baba | 2014-06-10 17:12:51 -0700 | [diff] [blame] | 115 | |
Maurice Lam | ba41945 | 2015-05-08 15:01:48 -0700 | [diff] [blame] | 116 | <style name="ThemeOverlay.AlertDialog" parent="@android:style/ThemeOverlay.Material.Dialog.Alert"> |
| 117 | <item name="android:windowSoftInputMode">adjustResize</item> |
| 118 | </style> |
| 119 | |
Andreea Costinas | d9f36f9 | 2024-09-20 14:37:04 +0000 | [diff] [blame] | 120 | <style name="Theme.AlertDialog" parent="@style/Theme.AppCompat.DayNight.Dialog.Alert"> |
Fabrice Di Meglio | 31335ea | 2014-06-03 16:22:01 -0700 | [diff] [blame] | 121 | <item name="android:windowSoftInputMode">adjustResize</item> |
Mill Chen | fb72f38 | 2019-05-28 17:27:03 +0800 | [diff] [blame] | 122 | <item name="android:clipToPadding">true</item> |
| 123 | <item name="android:clipChildren">true</item> |
Chun-Ku Lin | 7a8602d | 2023-05-22 21:19:05 +0000 | [diff] [blame] | 124 | <item name="android:textDirection">locale</item> |
| 125 | <item name="android:layoutDirection">locale</item> |
Fabrice Di Meglio | 31335ea | 2014-06-03 16:22:01 -0700 | [diff] [blame] | 126 | |
Fabrice Di Meglio | 31335ea | 2014-06-03 16:22:01 -0700 | [diff] [blame] | 127 | <!-- Redefine the ActionBar style for contentInsetStart --> |
Salvador Martinez | 2bb9930 | 2018-11-02 14:15:44 -0700 | [diff] [blame] | 128 | <item name="android:actionBarStyle">@style/Widget.ActionBar</item> |
Raff Tsai | 0810afe | 2018-07-17 09:59:58 +0800 | [diff] [blame] | 129 | |
Raff Tsai | 953e390 | 2019-03-05 12:07:50 +0800 | [diff] [blame] | 130 | <!-- copied from Theme.DeviceDefault.Dialog.Alert --> |
Raff Tsai | 0810afe | 2018-07-17 09:59:58 +0800 | [diff] [blame] | 131 | <item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item> |
Raff Tsai | 953e390 | 2019-03-05 12:07:50 +0800 | [diff] [blame] | 132 | <item name="android:windowTitleStyle">@*android:style/DialogWindowTitle.DeviceDefault</item> |
| 133 | <item name="android:textAppearanceMedium">@style/TextAppearance.DialogMessage</item> |
| 134 | <item name="buttonBarButtonStyle">@*android:style/Widget.DeviceDefault.Button.ButtonBar.AlertDialog</item> |
Fabrice Di Meglio | 31335ea | 2014-06-03 16:22:01 -0700 | [diff] [blame] | 135 | </style> |
| 136 | |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 137 | |
| 138 | <style name="Theme.AlertDialog.SimConfirmDialog"> |
| 139 | <item name="buttonBarStyle">@style/SimConfirmDialog.ButtonBarStyle</item> |
| 140 | <item name="buttonBarButtonStyle">@style/SimConfirmDialog.OutlineButton</item> |
| 141 | <item name="android:textAllCaps">false</item> |
| 142 | </style> |
| 143 | |
Andrew Sapperstein | 5b66e14 | 2016-06-11 12:12:44 -0700 | [diff] [blame] | 144 | <style name="Theme.ConfirmDeviceCredentialsDark" parent="@android:style/Theme.DeviceDefault"> |
Jorim Jaggi | 8a09b61 | 2015-04-06 17:47:18 -0700 | [diff] [blame] | 145 | <item name="android:windowActionBar">false</item> |
| 146 | <item name="android:windowNoTitle">true</item> |
Andrew Sapperstein | 0067760 | 2016-05-23 16:38:28 -0700 | [diff] [blame] | 147 | <item name="android:windowBackground">?android:attr/colorPrimary</item> |
Jorim Jaggi | 8a09b61 | 2015-04-06 17:47:18 -0700 | [diff] [blame] | 148 | |
| 149 | <item name="confirmDeviceCredentialsSideMargin">32dp</item> |
| 150 | <item name="confirmDeviceCredentialsTopMargin">32dp</item> |
| 151 | |
Matt Pietal | c4aa3b4 | 2021-10-14 09:23:54 -0400 | [diff] [blame] | 152 | <item name="*android:lockPatternStyle">@style/LockPatternStyle</item> |
Jorim Jaggi | ff41a9a | 2015-06-09 15:31:28 -0700 | [diff] [blame] | 153 | |
| 154 | <item name="android:windowAnimationStyle">@style/ConfirmDeviceCredentialsAnimationStyle</item> |
Jorim Jaggi | 8a09b61 | 2015-04-06 17:47:18 -0700 | [diff] [blame] | 155 | </style> |
Jason Monk | 6fca98f | 2017-02-01 20:20:44 -0500 | [diff] [blame] | 156 | |
Jorim Jaggi | 9840794 | 2016-08-02 11:53:12 +0200 | [diff] [blame] | 157 | <style name="FallbackHome" parent="@android:style/Theme.DeviceDefault.NoActionBar"> |
Jeff Sharkey | c80dc5e | 2016-05-03 17:25:37 -0600 | [diff] [blame] | 158 | <item name="android:windowBackground">@android:color/transparent</item> |
| 159 | <item name="android:colorBackgroundCacheHint">@null</item> |
| 160 | <item name="android:windowShowWallpaper">true</item> |
| 161 | <item name="android:windowNoTitle">true</item> |
| 162 | <item name="android:windowTranslucentStatus">false</item> |
| 163 | <item name="android:windowTranslucentNavigation">false</item> |
| 164 | <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 165 | <item name="android:statusBarColor">#00000000</item> |
| 166 | <item name="android:navigationBarColor">#00000000</item> |
Jeff Sharkey | e555a6f | 2016-02-23 20:48:01 -0700 | [diff] [blame] | 167 | </style> |
| 168 | |
Jorim Jaggi | a616a0d | 2016-06-29 16:33:39 -0700 | [diff] [blame] | 169 | <style name="FallbackHome.SetupWizard" parent="@android:style/Theme.Material.NoActionBar.Fullscreen"> |
| 170 | <item name="android:windowBackground">@drawable/fallback_home_unprovisioned_background</item> |
| 171 | <item name="android:colorBackgroundCacheHint">@null</item> |
| 172 | <item name="android:windowNoTitle">true</item> |
| 173 | <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 174 | <item name="android:statusBarColor">#00000000</item> |
| 175 | <item name="android:navigationBarColor">#00000000</item> |
| 176 | </style> |
| 177 | |
tmfang | fe50f43 | 2018-08-09 12:48:58 +0800 | [diff] [blame] | 178 | <style name="Theme.BluetoothPermission" parent="@style/Theme.AlertDialog"> |
Svetoslav Ganov | b06766f | 2016-07-22 20:08:41 -0700 | [diff] [blame] | 179 | <item name="android:windowNoTitle">true</item> |
| 180 | </style> |
| 181 | |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 182 | <style name="Theme.Settings.HomeBase" parent="Theme.Settings.NoActionBar"> |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 183 | <item name="colorPrimary">@*android:color/primary_device_default_settings_light</item> |
tmfang | 9d4a806 | 2018-07-26 17:32:49 +0800 | [diff] [blame] | 184 | <item name="colorAccent">@*android:color/accent_device_default_light</item> |
Edgar Wang | 66c16d5 | 2024-05-16 12:06:59 +0000 | [diff] [blame] | 185 | <item name="android:listPreferredItemPaddingStart">16dp</item> |
Edgar Wang | 817a167 | 2021-04-14 09:54:04 +0800 | [diff] [blame] | 186 | <item name="preferenceTheme">@style/SettingsPreferenceTheme</item> |
Fan Zhang | 3181e1a | 2018-10-10 15:25:47 -0700 | [diff] [blame] | 187 | |
| 188 | <!-- action bar, needed for search bar icon tinting --> |
Doris Ling | c00b1a2 | 2018-12-18 17:07:31 -0800 | [diff] [blame] | 189 | <item name="android:actionBarTheme">@*android:style/ThemeOverlay.DeviceDefault.ActionBar</item> |
Raff Tsai | b92e9d4 | 2018-11-13 04:02:07 +0800 | [diff] [blame] | 190 | |
Sunny Shao | da01c0f | 2018-12-03 19:12:31 +0800 | [diff] [blame] | 191 | <!-- Define this color for material design --> |
| 192 | <item name="colorPrimaryVariant">@android:color/white</item> |
Raff Tsai | 0a39e43 | 2018-09-17 14:40:08 +0800 | [diff] [blame] | 193 | </style> |
| 194 | |
| 195 | <style name="Theme.Settings.Home" parent="Theme.Settings.HomeBase"> |
| 196 | <item name="colorPrimaryDark">@*android:color/primary_dark_device_default_settings_light</item> |
Raff Tsai | 11b17a7 | 2018-08-13 13:37:42 +0800 | [diff] [blame] | 197 | <item name="android:windowLightStatusBar">true</item> |
Raff Tsai | 0a39e43 | 2018-09-17 14:40:08 +0800 | [diff] [blame] | 198 | <item name="android:navigationBarDividerColor">@*android:color/ripple_material_light</item> |
Tsung-Mao Fang | df00a3b | 2021-06-23 17:53:59 +0800 | [diff] [blame] | 199 | <!-- Homepage should follow device default design, the values is same as device default theme.--> |
| 200 | <item name="android:navigationBarColor">@android:color/white</item> |
| 201 | <item name="android:statusBarColor">?attr/colorPrimaryDark</item> |
Mill Chen | 14d3093 | 2025-02-21 09:04:43 -0800 | [diff] [blame] | 202 | <item name="android:colorBackground">@color/settingslib_materialColorSurfaceContainerLow</item> |
tmfang | 9d4a806 | 2018-07-26 17:32:49 +0800 | [diff] [blame] | 203 | </style> |
| 204 | |
Jason Chiu | 177573c | 2021-12-02 14:26:24 +0800 | [diff] [blame] | 205 | <style name="Theme.Settings.Home.NoAnimation"> |
Jason Chiu | bb46bb7 | 2021-11-19 12:36:15 +0800 | [diff] [blame] | 206 | <item name="android:windowAnimationStyle">@null</item> |
| 207 | </style> |
| 208 | |
Jason Chiu | 4b6a1a5 | 2020-02-11 16:36:35 +0800 | [diff] [blame] | 209 | <style name="Theme.Settings.ContextualCard" parent="Theme.Settings.Home"> |
| 210 | <item name="android:textAppearanceListItem">@style/TextAppearance.HomepageCardTitle</item> |
| 211 | </style> |
| 212 | |
Matthew Fritze | 125a366 | 2018-12-13 16:56:21 -0800 | [diff] [blame] | 213 | <!-- Note that Dialog themes do not set list dividers --> |
lindatseng | e972b16 | 2019-04-19 15:40:20 -0700 | [diff] [blame] | 214 | <style name="Theme.Panel" parent="@*android:style/Theme.DeviceDefault.Settings.Dialog"> |
Matthew Fritze | b6fdd25 | 2019-03-08 08:15:00 -0800 | [diff] [blame] | 215 | <item name="android:windowBackground">@null</item> |
Behnam Heydarshahi | 806297f | 2023-02-27 19:39:25 +0000 | [diff] [blame] | 216 | <item name="android:windowTranslucentNavigation">true</item> |
Matthew Fritze | c14316c | 2018-11-28 13:05:43 -0800 | [diff] [blame] | 217 | <item name="android:dividerHorizontal">@*android:drawable/list_divider_material</item> |
| 218 | <item name="android:windowNoTitle">true</item> |
Matthew Fritze | 125a366 | 2018-12-13 16:56:21 -0800 | [diff] [blame] | 219 | <item name="android:listDivider">@*android:drawable/list_divider_material</item> |
Matthew Fritze | c14316c | 2018-11-28 13:05:43 -0800 | [diff] [blame] | 220 | <item name="android:fontFamily">@*android:string/config_headlineFontFamilyMedium</item> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 221 | </style> |
| 222 | |
Julia Tuttle | b231360 | 2023-06-09 13:30:25 -0400 | [diff] [blame] | 223 | <style name="Theme.Panel.Material" parent="Theme.Panel"> |
Edgar Wang | 2917c0c | 2023-05-30 08:28:30 +0000 | [diff] [blame] | 224 | <item name="android:switchStyle">@style/Switch.SettingsLib</item> |
Chaohui Wang | 7c95dad | 2023-10-21 00:35:25 +0800 | [diff] [blame] | 225 | <item name="switchStyle">@style/SwitchCompat.SettingsLib</item> |
Julia Tuttle | b231360 | 2023-06-09 13:30:25 -0400 | [diff] [blame] | 226 | |
| 227 | <item name="notification_importance_button_background_color_unselected">@android:color/transparent</item> |
| 228 | <item name="notification_importance_button_border_color_unselected">@android:color/system_outline_variant_light</item> |
| 229 | <item name="notification_importance_button_foreground_color_unselected">@android:color/system_on_surface_variant_light</item> |
| 230 | |
| 231 | <item name="notification_importance_button_background_color_selected">@android:color/system_secondary_container_light</item> |
| 232 | <item name="notification_importance_button_border_color_selected">@android:color/system_on_secondary_container_light</item> |
| 233 | <item name="notification_importance_button_foreground_color_selected">@android:color/system_on_secondary_container_light</item> |
Edgar Wang | 2917c0c | 2023-05-30 08:28:30 +0000 | [diff] [blame] | 234 | </style> |
Julia Tuttle | b231360 | 2023-06-09 13:30:25 -0400 | [diff] [blame] | 235 | |
Raff Tsai | 41435ad | 2020-01-13 03:07:00 +0800 | [diff] [blame] | 236 | <!-- Material theme for the pages containing TabLayout and ViewPager --> |
| 237 | <style name="Theme.TabTheme" parent="@style/Theme.MaterialComponents.DayNight"> |
| 238 | <item name="colorPrimary">@*android:color/edge_effect_device_default_light</item> |
| 239 | </style> |
Mill Chen | 14cfd2f | 2021-01-06 07:46:46 +0800 | [diff] [blame] | 240 | |
Mill Chen | 23d3ecc | 2021-03-23 23:09:47 +0800 | [diff] [blame] | 241 | <style name="Theme.CollapsingToolbar.Settings" parent="@style/Theme.MaterialComponents.DayNight"> |
| 242 | <item name="elevationOverlayEnabled">true</item> |
| 243 | <item name="elevationOverlayColor">?attr/colorPrimary</item> |
Mill Chen | 14cfd2f | 2021-01-06 07:46:46 +0800 | [diff] [blame] | 244 | <item name="colorPrimary">@*android:color/primary_device_default_settings_light</item> |
| 245 | <item name="colorAccent">@*android:color/accent_device_default_light</item> |
| 246 | </style> |
Mill Chen | 24c7b78 | 2025-01-10 08:56:25 +0000 | [diff] [blame] | 247 | |
| 248 | <style name="SettingsSudThemeGlif.Light" parent="@style/SudThemeGlif.Light"> |
| 249 | <item name="android:background">@color/settingslib_materialColorSurfaceContainerLowest</item> |
| 250 | </style> |
Amith Yamasani | 25b69eb | 2011-01-07 15:31:35 -0800 | [diff] [blame] | 251 | </resources> |