Amith Yamasani | de64df5 | 2010-11-03 12:01:58 -0700 | [diff] [blame] | 1 | <!-- Copyright (C) 2006 The Android Open Source Project |
| 2 | |
| 3 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | you may not use this file except in compliance with the License. |
| 5 | You may obtain a copy of the License at |
| 6 | |
| 7 | http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | |
| 9 | Unless required by applicable law or agreed to in writing, software |
| 10 | distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | See the License for the specific language governing permissions and |
| 13 | limitations under the License. |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 14 | --> |
Amith Yamasani | de64df5 | 2010-11-03 12:01:58 -0700 | [diff] [blame] | 15 | |
Arc Wang | bdb70b1 | 2021-06-09 09:23:00 +0800 | [diff] [blame] | 16 | <resources |
| 17 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 18 | |
Salvador Martinez | 2bb9930 | 2018-11-02 14:15:44 -0700 | [diff] [blame] | 19 | <style name="Widget.ActionBar.Base" |
Sunny Shao | 86b1c7d | 2018-11-27 16:29:38 +0800 | [diff] [blame] | 20 | parent="@android:style/Widget.DeviceDefault.Light.ActionBar.Solid"/> |
Salvador Martinez | 2bb9930 | 2018-11-02 14:15:44 -0700 | [diff] [blame] | 21 | |
| 22 | <style name="Widget.ActionBar" |
| 23 | parent="Widget.ActionBar.Base"> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 24 | <item name="android:contentInsetStart">@dimen/actionbar_contentInsetStart</item> |
| 25 | </style> |
| 26 | |
Salvador Martinez | 2bb9930 | 2018-11-02 14:15:44 -0700 | [diff] [blame] | 27 | <style name="Widget.ActionBar.SubSettings" parent="Widget.ActionBar"> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 28 | <item name="android:contentInsetStart">@dimen/actionbar_subsettings_contentInsetStart</item> |
| 29 | </style> |
| 30 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 31 | <style name="info_label"> |
| 32 | <item name="android:layout_height">wrap_content</item> |
| 33 | <item name="android:layout_width">wrap_content</item> |
| 34 | <item name="android:textAppearance">@style/TextAppearance.info_label</item> |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 35 | <item name="android:paddingEnd">4dip</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 36 | </style> |
| 37 | |
| 38 | <style name="info_value"> |
| 39 | <item name="android:layout_height">wrap_content</item> |
| 40 | <item name="android:layout_width">wrap_content</item> |
| 41 | <item name="android:textAppearance">@style/TextAppearance.info_value</item> |
| 42 | </style> |
| 43 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 44 | <style name="info_layout"> |
| 45 | <item name="android:orientation">vertical</item> |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 46 | <item name="android:paddingStart">10dip</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 47 | <item name="android:paddingTop">10dip</item> |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 48 | <item name="android:paddingEnd">10dip</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 49 | <item name="android:paddingBottom">10dip</item> |
Romain Guy | 3378715 | 2010-01-08 15:07:10 -0800 | [diff] [blame] | 50 | <item name="android:layout_width">match_parent</item> |
| 51 | <item name="android:layout_height">match_parent</item> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 52 | </style> |
| 53 | |
| 54 | <style name="entry_layout"> |
| 55 | <item name="android:orientation">horizontal</item> |
| 56 | <item name="android:layout_width">wrap_content</item> |
| 57 | <item name="android:layout_height">wrap_content</item> |
| 58 | </style> |
Jim Miller | a34279f | 2011-01-24 21:25:47 -0800 | [diff] [blame] | 59 | |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 60 | <style name="PreferenceFragmentListSinglePane" parent="@*android:style/PreferenceFragmentList"> |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 61 | <item name="android:layout_marginStart">0dp</item> |
| 62 | <item name="android:layout_marginEnd">0dp</item> |
| 63 | <item name="android:scrollbarStyle">outsideOverlay</item> |
| 64 | </style> |
| 65 | |
Victor Chang | 9583dce | 2016-04-14 22:51:38 +0100 | [diff] [blame] | 66 | <style name="TrustedCredentialsList"> |
Robin Lee | 232f057 | 2016-08-02 10:52:22 +0100 | [diff] [blame] | 67 | <item name="android:layout_width">match_parent</item> |
| 68 | <item name="android:layout_height">match_parent</item> |
Victor Chang | 9583dce | 2016-04-14 22:51:38 +0100 | [diff] [blame] | 69 | <item name="android:scrollbarStyle">outsideOverlay</item> |
| 70 | </style> |
| 71 | |
Weng Su | de56c24 | 2025-03-07 16:01:47 +0800 | [diff] [blame] | 72 | <style name="Theme.Network" parent="@style/Theme.Material3.DynamicColors.DayNight"> |
| 73 | <item name="textInputStyle">@style/Widget.Network.TextInputLayout</item> |
| 74 | </style> |
| 75 | |
| 76 | <style name="Widget.Network.TextInputLayout" |
| 77 | parent="Widget.Material3.TextInputLayout.FilledBox"/> |
| 78 | |
| 79 | <style name="Widget.Network.TextInputLayout.WifiConfig"> |
| 80 | <item name="android:layout_width">match_parent</item> |
| 81 | <item name="android:layout_height">wrap_content</item> |
| 82 | <item name="android:textAppearance">@android:style/TextAppearance.Material.Medium</item> |
| 83 | <item name="android:textAlignment">viewStart</item> |
| 84 | </style> |
| 85 | |
| 86 | <style name="Widget.Network.TextInputLayout.WifiConfig.EditText"> |
| 87 | <item name="android:textAppearance">@android:style/TextAppearance.Material.Body1</item> |
| 88 | <item name="android:maxLength">500</item> |
| 89 | </style> |
| 90 | |
Amith Yamasani | 1c7e49b | 2010-12-08 11:12:23 -0800 | [diff] [blame] | 91 | <style name="wifi_item"> |
Amith Yamasani | 1c7e49b | 2010-12-08 11:12:23 -0800 | [diff] [blame] | 92 | <item name="android:layout_marginTop">8dip</item> |
PauloftheWest | 8ad6c3f | 2014-09-15 09:27:25 -0700 | [diff] [blame] | 93 | <item name="android:layout_marginStart">8dip</item> |
| 94 | <item name="android:layout_marginEnd">8dip</item> |
| 95 | <item name="android:paddingStart">8dip</item> |
| 96 | <item name="android:paddingEnd">8dip</item> |
Amith Yamasani | 1c7e49b | 2010-12-08 11:12:23 -0800 | [diff] [blame] | 97 | <item name="android:orientation">vertical</item> |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 98 | <item name="android:gravity">start</item> |
Amith Yamasani | 1c7e49b | 2010-12-08 11:12:23 -0800 | [diff] [blame] | 99 | </style> |
| 100 | |
| 101 | <style name="wifi_item_label"> |
PauloftheWest | 8ad6c3f | 2014-09-15 09:27:25 -0700 | [diff] [blame] | 102 | <item name="android:paddingStart">8dip</item> |
Amith Yamasani | 1c7e49b | 2010-12-08 11:12:23 -0800 | [diff] [blame] | 103 | <item name="android:textSize">14sp</item> |
Jeff Sharkey | fa6587d | 2013-02-07 15:45:29 -0800 | [diff] [blame] | 104 | <item name="android:textAlignment">viewStart</item> |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 105 | <item name="android:textAppearance">@*android:style/TextAppearance.DeviceDefault.Body1</item> |
Maurice Lam | b413c52 | 2014-12-19 11:52:52 -0800 | [diff] [blame] | 106 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
Amith Yamasani | 1c7e49b | 2010-12-08 11:12:23 -0800 | [diff] [blame] | 107 | </style> |
| 108 | |
Samuel Tan | 57c329c | 2016-01-21 18:17:17 -0800 | [diff] [blame] | 109 | <style name="wifi_item_warning"> |
| 110 | <item name="android:paddingStart">8dip</item> |
| 111 | <item name="android:textSize">12sp</item> |
| 112 | <item name="android:textAlignment">viewStart</item> |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 113 | <item name="android:textAppearance">@*android:style/TextAppearance.DeviceDefault.Body1</item> |
Jason Monk | 6fca98f | 2017-02-01 20:20:44 -0500 | [diff] [blame] | 114 | <item name="android:textColor">?android:attr/colorError</item> |
Samuel Tan | 57c329c | 2016-01-21 18:17:17 -0800 | [diff] [blame] | 115 | </style> |
| 116 | |
Amith Yamasani | 1c7e49b | 2010-12-08 11:12:23 -0800 | [diff] [blame] | 117 | <style name="wifi_item_content"> |
Jeff Sharkey | fa6587d | 2013-02-07 15:45:29 -0800 | [diff] [blame] | 118 | <item name="android:textAlignment">viewStart</item> |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 119 | <item name="android:textAppearance">@*android:style/TextAppearance.DeviceDefault.Subhead</item> |
Maurice Lam | b413c52 | 2014-12-19 11:52:52 -0800 | [diff] [blame] | 120 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
Lei Yu | e7dd419 | 2018-05-17 14:32:59 -0700 | [diff] [blame] | 121 | <item name="android:minHeight">@dimen/min_tap_target_size</item> |
Jeff Sharkey | fa6587d | 2013-02-07 15:45:29 -0800 | [diff] [blame] | 122 | </style> |
| 123 | |
Maurice Lam | df055a4 | 2016-05-10 12:45:53 -0700 | [diff] [blame] | 124 | <style name="wifi_item_spinner" parent="wifi_item_content"> |
| 125 | <item name="android:minHeight">48dp</item> |
| 126 | </style> |
| 127 | |
Maurice Lam | a8b824d | 2015-02-12 14:53:59 -0800 | [diff] [blame] | 128 | <style name="wifi_advanced_toggle" parent="wifi_item_content"> |
| 129 | <item name="android:background">@null</item> |
| 130 | <item name="android:button">@null</item> |
| 131 | <item name="android:drawableEnd">@drawable/ic_expand</item> |
| 132 | <item name="android:paddingStart">8dip</item> |
| 133 | <item name="android:textSize">14sp</item> |
| 134 | </style> |
| 135 | |
Jeff Sharkey | fa6587d | 2013-02-07 15:45:29 -0800 | [diff] [blame] | 136 | <style name="wifi_item_edit_content"> |
PauloftheWest | 8ad6c3f | 2014-09-15 09:27:25 -0700 | [diff] [blame] | 137 | <item name="android:paddingStart">4dip</item> |
| 138 | <item name="android:layout_marginStart">4dip</item> |
Fan Zhang | cb4fb09 | 2017-11-14 10:22:26 -0800 | [diff] [blame] | 139 | <item name="android:textAlignment">viewStart</item> |
Arc Wang | a001e42 | 2020-02-27 18:36:20 +0800 | [diff] [blame] | 140 | <item name="android:textAppearance">@android:style/TextAppearance.DeviceDefault.Medium</item> |
Arc Wang | 4a2acd2 | 2021-05-19 16:57:21 +0800 | [diff] [blame] | 141 | <item name="android:textColorHint">?android:attr/textColorSecondary</item> |
Fan Zhang | 36e61e1 | 2018-05-17 14:05:53 -0700 | [diff] [blame] | 142 | <item name="android:minHeight">@dimen/min_tap_target_size</item> |
Chaohui Wang | 855053c | 2023-11-02 11:43:00 +0800 | [diff] [blame] | 143 | <item name="android:maxLength">500</item> |
Amith Yamasani | 1c7e49b | 2010-12-08 11:12:23 -0800 | [diff] [blame] | 144 | </style> |
| 145 | |
| 146 | <style name="wifi_section"> |
Amith Yamasani | 1c7e49b | 2010-12-08 11:12:23 -0800 | [diff] [blame] | 147 | <item name="android:orientation">vertical</item> |
| 148 | </style> |
Daisuke Miyakawa | 11eea9d | 2011-01-17 10:25:47 -0800 | [diff] [blame] | 149 | |
Joshua Duong | 85a65e2 | 2018-11-08 06:56:45 -0800 | [diff] [blame] | 150 | <style name="adb_wireless_item"> |
| 151 | <item name="android:layout_marginTop">8dp</item> |
| 152 | <item name="android:layout_marginStart">8dp</item> |
| 153 | <item name="android:layout_marginEnd">8dp</item> |
| 154 | <item name="android:paddingStart">8dp</item> |
| 155 | <item name="android:paddingEnd">8dp</item> |
| 156 | <item name="android:orientation">vertical</item> |
| 157 | <item name="android:gravity">start</item> |
| 158 | </style> |
| 159 | |
| 160 | <style name="adb_wireless_item_label"> |
| 161 | <item name="android:paddingStart">8dp</item> |
| 162 | <item name="android:textSize">14sp</item> |
| 163 | <item name="android:textAlignment">viewStart</item> |
| 164 | <item name="android:textAppearance">@android:style/TextAppearance.Material.Body1</item> |
| 165 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
| 166 | </style> |
| 167 | |
| 168 | <style name="adb_wireless_item_content"> |
| 169 | <item name="android:paddingStart">8dp</item> |
| 170 | <item name="android:textSize">24sp</item> |
| 171 | <item name="android:textAlignment">viewStart</item> |
| 172 | <item name="android:textAppearance">@android:style/TextAppearance.Material.Body1</item> |
| 173 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 174 | </style> |
| 175 | |
| 176 | <style name="adb_wireless_item_progress_text"> |
| 177 | <item name="android:paddingTop">16dp</item> |
| 178 | <item name="android:textSize">18sp</item> |
| 179 | <item name="android:textAlignment">viewStart</item> |
| 180 | <item name="android:textAppearance">@android:style/TextAppearance.Material.Body1</item> |
| 181 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 182 | </style> |
| 183 | |
| 184 | <style name="adb_wireless_section"> |
| 185 | <item name="android:orientation">vertical</item> |
| 186 | </style> |
| 187 | |
Emily Chuang | 6cf3591 | 2018-11-05 20:18:56 +0800 | [diff] [blame] | 188 | <style name="ConfirmDeviceCredentialsAnimationStyle" |
| 189 | parent="@*android:style/Animation.Material.Activity"> |
Jorim Jaggi | ff41a9a | 2015-06-09 15:31:28 -0700 | [diff] [blame] | 190 | <item name="android:activityOpenEnterAnimation">@anim/confirm_credential_open_enter</item> |
| 191 | <item name="android:activityOpenExitAnimation">@anim/confirm_credential_open_exit</item> |
| 192 | </style> |
| 193 | |
Chia-chi Yeh | 310d619 | 2011-06-26 19:17:14 -0700 | [diff] [blame] | 194 | <style name="vpn_label"> |
| 195 | <item name="android:layout_width">match_parent</item> |
| 196 | <item name="android:layout_height">wrap_content</item> |
Tsung-Mao Fang | 55ab3f9 | 2021-05-10 16:15:46 +0800 | [diff] [blame] | 197 | <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> |
Chia-chi Yeh | 310d619 | 2011-06-26 19:17:14 -0700 | [diff] [blame] | 198 | </style> |
| 199 | |
| 200 | <style name="vpn_value"> |
| 201 | <item name="android:layout_width">match_parent</item> |
| 202 | <item name="android:layout_height">wrap_content</item> |
Tsung-Mao Fang | 55ab3f9 | 2021-05-10 16:15:46 +0800 | [diff] [blame] | 203 | <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> |
Chia-chi Yeh | 413b171 | 2011-07-07 12:49:18 -0700 | [diff] [blame] | 204 | <item name="android:singleLine">true</item> |
Fan Zhang | 1eec408 | 2017-05-15 15:19:09 -0700 | [diff] [blame] | 205 | <item name="android:textAlignment">viewStart</item> |
Fan Zhang | 36e61e1 | 2018-05-17 14:05:53 -0700 | [diff] [blame] | 206 | <item name="android:minHeight">@dimen/min_tap_target_size</item> |
Tsung-Mao Fang | 55ab3f9 | 2021-05-10 16:15:46 +0800 | [diff] [blame] | 207 | <item name="android:textColorHint">?android:attr/textColorSecondary</item> |
Chia-chi Yeh | 310d619 | 2011-06-26 19:17:14 -0700 | [diff] [blame] | 208 | </style> |
satok | 3fa1377 | 2011-06-27 23:44:01 +0900 | [diff] [blame] | 209 | |
Weng Su | e82b0b2 | 2025-03-10 10:31:26 +0800 | [diff] [blame] | 210 | <style name="vpn_input_label" parent="vpn_label"> |
| 211 | <item name="android:paddingBottom">8dp</item> |
| 212 | </style> |
| 213 | |
Charles He | ad828f1 | 2017-03-20 14:00:06 +0000 | [diff] [blame] | 214 | <style name="vpn_warning"> |
| 215 | <item name="android:layout_width">match_parent</item> |
| 216 | <item name="android:layout_height">wrap_content</item> |
| 217 | <item name="android:paddingStart">8dip</item> |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 218 | <item name="android:textAppearance">@android:style/TextAppearance.DeviceDefault.Small</item> |
Charles He | ad828f1 | 2017-03-20 14:00:06 +0000 | [diff] [blame] | 219 | </style> |
| 220 | |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 221 | <style name="TextAppearance" parent="android:TextAppearance.DeviceDefault"/> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 222 | |
| 223 | <style name="TextAppearance.info_label"> |
| 224 | <item name="android:textSize">14sp</item> |
| 225 | <item name="android:textStyle">bold</item> |
| 226 | </style> |
| 227 | |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 228 | <style name="TextAppearance.info_value"> |
| 229 | <item name="android:textSize">14sp</item> |
| 230 | <item name="android:textStyle">normal</item> |
| 231 | </style> |
| 232 | |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 233 | <style name="TextAppearance.PasswordEntry" parent="android:TextAppearance.DeviceDefault"> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 234 | <item name="android:gravity">center</item> |
| 235 | <item name="android:singleLine">true</item> |
| 236 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 237 | <item name="android:textSize">24sp</item> |
| 238 | </style> |
| 239 | |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 240 | <style name="TextAppearance.Medium" parent="@android:style/TextAppearance.DeviceDefault.Medium"/> |
| 241 | <style name="TextAppearance.Small" parent="@android:style/TextAppearance.DeviceDefault.Small"/> |
Fabrice Di Meglio | 8b81bff | 2014-05-20 10:10:36 -0700 | [diff] [blame] | 242 | |
Emily Chuang | 6cf3591 | 2018-11-05 20:18:56 +0800 | [diff] [blame] | 243 | <style name="TextAppearance.CategoryTitle" |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 244 | parent="@*android:style/TextAppearance.DeviceDefault.Body2"> |
Raff Tsai | c30a8ed | 2019-02-18 15:46:10 +0800 | [diff] [blame] | 245 | <item name="android:textAllCaps">true</item> |
| 246 | <item name="android:textSize">11sp</item> |
| 247 | <!-- 0.8 Spacing, 0.8/11 = 0.072727273 --> |
| 248 | <item name="android:letterSpacing">0.072727273</item> |
Fabrice Di Meglio | e89aecd | 2014-06-02 17:14:11 -0700 | [diff] [blame] | 249 | </style> |
| 250 | |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 251 | <style name="TextAppearance.SuggestionTitle" |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 252 | parent="@*android:style/TextAppearance.DeviceDefault.Subhead"> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 253 | <item name="android:textSize">16sp</item> |
| 254 | </style> |
| 255 | |
| 256 | <style name="TextAppearance.SuggestionSummary" parent="TextAppearance.Small"> |
| 257 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
| 258 | </style> |
| 259 | |
Raff Tsai | f6d42a9 | 2018-12-26 12:54:05 +0800 | [diff] [blame] | 260 | <style name="TextAppearance.ErrorText" |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 261 | parent="@*android:TextAppearance.DeviceDefault.Body1"> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 262 | <item name="android:textColor">?android:attr/colorError</item> |
| 263 | </style> |
| 264 | |
Emily Chuang | 6cf3591 | 2018-11-05 20:18:56 +0800 | [diff] [blame] | 265 | <style name="TextAppearance.RemoveDialogContent" |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 266 | parent="@android:style/TextAppearance.DeviceDefault"> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 267 | <item name="android:textSize">16sp</item> |
| 268 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 269 | </style> |
| 270 | |
Jason Chiu | 263d1e2 | 2021-06-02 18:14:20 +0800 | [diff] [blame] | 271 | <style name="TextAppearance.SearchBar"> |
| 272 | <item name="android:layout_gravity">center</item> |
| 273 | <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 274 | <item name="android:textSize">@dimen/search_bar_text_size</item> |
Marcelo Arteiro | 8577c10 | 2024-10-18 11:51:49 +0000 | [diff] [blame] | 275 | <item name="android:textColor">@androidprv:color/materialColorOnSurfaceVariant</item> |
Tsung-Mao Fang | 3692c70 | 2021-01-21 18:19:57 +0800 | [diff] [blame] | 276 | <item name="android:singleLine">true</item> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 277 | </style> |
| 278 | |
Jason Chiu | 4b6a1a5 | 2020-02-11 16:36:35 +0800 | [diff] [blame] | 279 | <style name="TextAppearance.HomepageCardTitle" |
Fan Zhang | c2448a1 | 2019-01-28 12:54:11 -0800 | [diff] [blame] | 280 | parent="@*android:style/TextAppearance.DeviceDefault.Subhead"> |
Mill Chen | c8e028c | 2019-02-13 16:46:47 +0800 | [diff] [blame] | 281 | <item name="android:fontFamily">@*android:string/config_headlineFontFamilyMedium</item> |
Mill Chen | 0ca7130 | 2018-11-05 17:20:22 +0800 | [diff] [blame] | 282 | <item name="android:textSize">16sp</item> |
| 283 | </style> |
| 284 | |
| 285 | <style name="TextAppearance.ConditionCardSummary" |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 286 | parent="@*android:style/TextAppearance.DeviceDefault.Body1"> |
Mill Chen | 0ca7130 | 2018-11-05 17:20:22 +0800 | [diff] [blame] | 287 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
| 288 | </style> |
| 289 | |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 290 | <style name="TextAppearance.ZenOnboardingButton"> |
| 291 | <item name="android:fontFamily">sans-serif-medium</item> |
| 292 | <item name="android:textSize">14sp</item> |
| 293 | <item name="android:textColor">?android:attr/colorAccent</item> |
Amin Shaikh | 9391361 | 2019-01-24 18:00:29 -0500 | [diff] [blame] | 294 | <item name="android:background">@*android:drawable/btn_borderless_rect</item> |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 295 | <item name="android:gravity">center</item> |
| 296 | <item name="android:focusable">true</item> |
| 297 | <item name="android:padding">8dp</item> |
| 298 | </style> |
| 299 | |
Emily Chuang | 6cf3591 | 2018-11-05 20:18:56 +0800 | [diff] [blame] | 300 | <style name="TextAppearance.ContextualCardDismissalText" |
Amin Shaikh | a5e8bdd | 2018-12-19 14:42:59 -0500 | [diff] [blame] | 301 | parent="@*android:style/TextAppearance.DeviceDefault.Body1"> |
Emily Chuang | 6cf3591 | 2018-11-05 20:18:56 +0800 | [diff] [blame] | 302 | <item name="android:fontFamily">@*android:string/config_headlineFontFamilyMedium</item> |
| 303 | <item name="android:textSize">16sp</item> |
| 304 | </style> |
| 305 | |
Raff Tsai | 953e390 | 2019-03-05 12:07:50 +0800 | [diff] [blame] | 306 | <style name="TextAppearance.DialogMessage" |
| 307 | parent="@*android:style/TextAppearance.DeviceDefault.Body1"> |
| 308 | <item name="android:textSize">16sp</item> |
| 309 | </style> |
| 310 | |
Doris Ling | 964b36d | 2018-01-18 11:36:21 -0800 | [diff] [blame] | 311 | <style name="SuggestionCardText"> |
| 312 | <item name="android:textAlignment">viewStart</item> |
| 313 | </style> |
| 314 | |
| 315 | <style name="SuggestionCardIcon"> |
| 316 | <item name="android:layout_centerHorizontal">false</item> |
| 317 | <item name="android:layout_alignParentStart">true</item> |
Fan Zhang | 2a98c84 | 2018-11-05 15:40:32 -0800 | [diff] [blame] | 318 | <item name="android:layout_marginStart">12dp</item> |
| 319 | <item name="android:layout_marginEnd">12dp</item> |
Doris Ling | 964b36d | 2018-01-18 11:36:21 -0800 | [diff] [blame] | 320 | </style> |
| 321 | |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 322 | <style name="FingerprintLayoutTheme"> |
Kevin Chyn | ade59af | 2021-06-04 10:35:33 -0700 | [diff] [blame] | 323 | <item name="android:icon">@drawable/ic_lock</item> |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 324 | </style> |
| 325 | |
Kevin Chyn | 4882e87 | 2018-06-25 17:58:31 -0700 | [diff] [blame] | 326 | <style name="FaceLayoutTheme"> |
Kevin Chyn | ade59af | 2021-06-04 10:35:33 -0700 | [diff] [blame] | 327 | <item name="android:icon">@drawable/ic_lock</item> |
Kevin Chyn | 4882e87 | 2018-06-25 17:58:31 -0700 | [diff] [blame] | 328 | </style> |
| 329 | |
Noah Wang | 085028d | 2016-01-13 16:55:07 -0800 | [diff] [blame] | 330 | <style name="PreviewPagerPageIndicator"> |
| 331 | <item name="dotGap">8dp</item> |
Noah Wang | dbab5c7 | 2016-02-23 13:44:39 -0800 | [diff] [blame] | 332 | <item name="pageIndicatorColor">?android:attr/colorControlNormal</item> |
| 333 | <item name="currentPageIndicatorColor">?android:attr/colorControlActivated</item> |
Noah Wang | 085028d | 2016-01-13 16:55:07 -0800 | [diff] [blame] | 334 | </style> |
Mihai Nita | 7f78a4b | 2016-02-05 11:55:45 -0800 | [diff] [blame] | 335 | |
| 336 | <style name="LanguageCheckboxAndLabel"> |
Zoey Chen | e9f6efa | 2023-04-12 13:19:31 +0000 | [diff] [blame] | 337 | <item name="android:layout_width">wrap_content</item> |
Mihai Nita | 7f78a4b | 2016-02-05 11:55:45 -0800 | [diff] [blame] | 338 | <item name="android:layout_height">wrap_content</item> |
Mihai Nita | 7f78a4b | 2016-02-05 11:55:45 -0800 | [diff] [blame] | 339 | <item name="android:textAppearance">?android:attr/textAppearanceListItem</item> |
| 340 | <item name="android:gravity">center_vertical</item> |
| 341 | </style> |
| 342 | |
Kevin Chyn | 87bb772 | 2020-09-09 13:28:28 -0700 | [diff] [blame] | 343 | <style name="BiometricHeaderStyle" parent="@*android:style/TextAppearance.DeviceDefault.Subhead"> |
Kevin Chyn | 81dc029 | 2018-06-28 14:59:38 -0700 | [diff] [blame] | 344 | <item name="android:paddingTop">16dp</item> |
Alex Johnston | 0e898ac | 2021-07-01 16:20:23 +0100 | [diff] [blame] | 345 | <item name="android:paddingBottom">24dp</item> |
Kevin Chyn | 81dc029 | 2018-06-28 14:59:38 -0700 | [diff] [blame] | 346 | <item name="android:lineSpacingMultiplier">1.2</item> |
| 347 | </style> |
| 348 | |
Curtis Belmonte | 4cf13de | 2021-07-01 10:38:25 -0700 | [diff] [blame] | 349 | <style name="BiometricEnrollIntroTitle"> |
| 350 | <item name="android:paddingVertical">24dp</item> |
| 351 | <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> |
| 352 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 353 | <item name="android:textSize">20sp</item> |
| 354 | </style> |
| 355 | |
| 356 | <style name="BiometricEnrollIntroMessage"> |
| 357 | <item name="android:lineSpacingMultiplier">1.2</item> |
| 358 | <item name="android:paddingBottom">16dp</item> |
| 359 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 360 | <item name="android:textSize">16sp</item> |
| 361 | </style> |
| 362 | |
Emily Chuang | 6cf3591 | 2018-11-05 20:18:56 +0800 | [diff] [blame] | 363 | <style name="RingProgressBarStyle" |
| 364 | parent="android:style/Widget.Material.ProgressBar.Horizontal"> |
Maurice Lam | 67df126 | 2016-10-19 15:16:36 -0700 | [diff] [blame] | 365 | <item name="android:indeterminate">false</item> |
| 366 | <item name="android:max">10000</item> |
| 367 | <item name="android:mirrorForRtl">false</item> |
| 368 | <item name="android:progressDrawable">@drawable/ring_progress</item> |
| 369 | </style> |
| 370 | |
Edgar Wang | 88600e7 | 2021-05-28 17:35:03 +0800 | [diff] [blame] | 371 | <style name="ActionPrimaryButton" parent="android:Widget.DeviceDefault.Button.Colored"> |
| 372 | <item name="android:theme">@style/RoundedCornerThemeOverlay</item> |
Jason Chiu | 7b8eea3 | 2021-07-02 12:45:20 +0800 | [diff] [blame] | 373 | <item name="android:textSize">16sp</item> |
| 374 | <item name="android:fontFamily">@*android:string/config_bodyFontFamilyMedium</item> |
Edgar Wang | 88600e7 | 2021-05-28 17:35:03 +0800 | [diff] [blame] | 375 | </style> |
Andrew Sapperstein | 0efac46 | 2017-11-13 16:05:29 -0800 | [diff] [blame] | 376 | <style name="ActionSecondaryButton" parent="android:Widget.DeviceDefault.Button"/> |
Fan Zhang | 2d28a4c | 2017-07-27 12:14:59 -0700 | [diff] [blame] | 377 | |
Fan Zhang | 32b6e7a | 2021-04-05 21:47:55 +0000 | [diff] [blame] | 378 | <style name="RoundedCornerThemeOverlay"> |
| 379 | <item name="android:buttonCornerRadius">24dp</item> |
Jason Chiu | 7b8eea3 | 2021-07-02 12:45:20 +0800 | [diff] [blame] | 380 | <item name="android:paddingHorizontal">16dp</item> |
| 381 | <item name="android:colorControlHighlight">@color/ripple_material_inverse</item> |
Fan Zhang | 32b6e7a | 2021-04-05 21:47:55 +0000 | [diff] [blame] | 382 | </style> |
| 383 | |
danielwbhuang | 85e0deb | 2022-10-26 20:40:32 +0800 | [diff] [blame] | 384 | <style name="ModifierKeyButtonCancel" parent="@android:style/Widget.Material.Button"> |
| 385 | <item name="android:background">@drawable/modifier_key_bordered</item> |
| 386 | <item name="android:stateListAnimator">@null</item> |
| 387 | <item name="android:textSize">16sp</item> |
| 388 | <item name="android:padding">4dp</item> |
| 389 | </style> |
| 390 | |
| 391 | <style name="ModifierKeyButtonDone" parent="@android:style/Widget.Material.Button"> |
| 392 | <item name="android:background">@drawable/modifier_key_colored</item> |
| 393 | <item name="android:stateListAnimator">@null</item> |
| 394 | <item name="android:textSize">16sp</item> |
| 395 | <item name="android:padding">4dp</item> |
| 396 | </style> |
| 397 | |
Harry Cutts | 509fd17 | 2024-12-31 15:30:20 +0000 | [diff] [blame] | 398 | <style name="TouchpadButtonDone" parent="@android:style/Widget.Material.Button"> |
| 399 | <item name="android:background">@drawable/touchpad_button_done_colored</item> |
danielwbhuang | 55a3d08 | 2023-05-03 18:22:06 +0800 | [diff] [blame] | 400 | <item name="android:stateListAnimator">@null</item> |
| 401 | <item name="android:textSize">16sp</item> |
| 402 | <item name="android:padding">4dp</item> |
| 403 | </style> |
| 404 | |
Harry Cutts | 509fd17 | 2024-12-31 15:30:20 +0000 | [diff] [blame] | 405 | <style name="TouchpadButtonCancel" parent="@android:style/Widget.Material.Button"> |
| 406 | <item name="android:background">@drawable/touchpad_bordered</item> |
danielwbhuang | 55a3d08 | 2023-05-03 18:22:06 +0800 | [diff] [blame] | 407 | <item name="android:stateListAnimator">@null</item> |
| 408 | <item name="android:textSize">16sp</item> |
| 409 | <item name="android:padding">4dp</item> |
| 410 | </style> |
| 411 | |
Maurice Lam | 7efcc35 | 2017-09-08 11:57:27 -0700 | [diff] [blame] | 412 | <style name="LockPatternContainerStyle"> |
lbill | 3bfefd1 | 2022-11-09 18:07:45 +0000 | [diff] [blame] | 413 | <item name="android:gravity">center</item> |
| 414 | <item name="android:maxHeight">@dimen/biometric_auth_pattern_view_max_size</item> |
| 415 | <item name="android:maxWidth">@dimen/biometric_auth_pattern_view_max_size</item> |
| 416 | <item name="android:minHeight">@dimen/biometric_auth_pattern_view_size</item> |
| 417 | <item name="android:minWidth">@dimen/biometric_auth_pattern_view_size</item> |
Maurice Lam | 7efcc35 | 2017-09-08 11:57:27 -0700 | [diff] [blame] | 418 | <item name="android:paddingBottom">0dp</item> |
Joshua Mccloskey | a0f7178 | 2022-03-09 04:31:52 +0000 | [diff] [blame] | 419 | <item name="android:paddingHorizontal">0dp</item> |
Maurice Lam | 7efcc35 | 2017-09-08 11:57:27 -0700 | [diff] [blame] | 420 | <item name="android:paddingTop">0dp</item> |
| 421 | </style> |
| 422 | |
Jason Monk | 6fca98f | 2017-02-01 20:20:44 -0500 | [diff] [blame] | 423 | <style name="LockPatternStyle"> |
Matt Pietal | c4aa3b4 | 2021-10-14 09:23:54 -0400 | [diff] [blame] | 424 | <item name="*android:regularColor">?android:attr/colorAccent</item> |
| 425 | <item name="*android:successColor">?android:attr/textColorPrimary</item> |
Jason Monk | 6fca98f | 2017-02-01 20:20:44 -0500 | [diff] [blame] | 426 | <item name="*android:errorColor">?android:attr/colorError</item> |
Matt Pietal | c4aa3b4 | 2021-10-14 09:23:54 -0400 | [diff] [blame] | 427 | <item name="*android:dotColor">?android:attr/textColorSecondary</item> |
Jason Monk | 6fca98f | 2017-02-01 20:20:44 -0500 | [diff] [blame] | 428 | </style> |
| 429 | |
lbill | 7135d36 | 2023-01-05 05:24:57 +0000 | [diff] [blame] | 430 | <style name="LockPatternButtonStyle" parent="@style/SudGlifButton.Tertiary"> |
| 431 | <item name="android:layout_marginStart">@dimen/sud_glif_button_margin_start</item> |
| 432 | <item name="android:layout_marginEnd">@dimen/sud_glif_button_margin_end</item> |
| 433 | <item name="android:layout_gravity">start|top</item> |
| 434 | </style> |
| 435 | |
Oli Thompson | cd3bbc6 | 2023-01-16 17:40:42 +0000 | [diff] [blame] | 436 | <style name="WorkChallengeEmergencyButtonStyle"> |
| 437 | <item name="android:background">@drawable/work_challenge_emergency_button_background</item> |
Oli Thompson | ab73c1a | 2023-06-07 16:33:00 +0000 | [diff] [blame] | 438 | <item name="android:textColor">@android:color/system_accent3_900</item> |
Oli Thompson | cd3bbc6 | 2023-01-16 17:40:42 +0000 | [diff] [blame] | 439 | <item name="android:outlineProvider">none</item> |
| 440 | <item name="android:paddingTop">15dp</item> |
| 441 | <item name="android:paddingBottom">15dp</item> |
| 442 | <item name="android:paddingLeft">30dp</item> |
| 443 | <item name="android:paddingRight">30dp</item> |
| 444 | <item name="android:textSize">16dp</item> |
| 445 | </style> |
| 446 | |
jeffreyhuang | c2f8ab5 | 2017-10-25 14:44:44 -0700 | [diff] [blame] | 447 | <style name="device_info_dialog_label"> |
jeffreyhuang | 0c77fad | 2017-11-03 14:46:23 -0700 | [diff] [blame] | 448 | <item name="android:textAlignment">viewStart</item> |
Edgar Wang | 18e88b8 | 2021-07-02 16:20:36 +0800 | [diff] [blame] | 449 | <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> |
| 450 | <item name="android:textSize">20sp</item> |
jeffreyhuang | c2f8ab5 | 2017-10-25 14:44:44 -0700 | [diff] [blame] | 451 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
| 452 | </style> |
| 453 | |
| 454 | <style name="device_info_dialog_value"> |
jeffreyhuang | 0c77fad | 2017-11-03 14:46:23 -0700 | [diff] [blame] | 455 | <item name="android:textAlignment">viewStart</item> |
Edgar Wang | 18e88b8 | 2021-07-02 16:20:36 +0800 | [diff] [blame] | 456 | <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> |
| 457 | <item name="android:textSize">14sp</item> |
| 458 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
jeffreyhuang | c2f8ab5 | 2017-10-25 14:44:44 -0700 | [diff] [blame] | 459 | <item name="android:paddingBottom">24dp</item> |
Chaohui Wang | c744aaa | 2023-11-06 11:01:18 +0800 | [diff] [blame] | 460 | <item name="android:textIsSelectable">true</item> |
| 461 | </style> |
| 462 | |
| 463 | <style name="DeviceAudioSharingText"> |
Yiyi Shen | 9687251 | 2023-12-12 14:40:26 +0800 | [diff] [blame] | 464 | <item name="android:textAlignment">center</item> |
Chaohui Wang | c744aaa | 2023-11-06 11:01:18 +0800 | [diff] [blame] | 465 | <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> |
| 466 | <item name="android:textSize">14sp</item> |
| 467 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
jeffreyhuang | c2f8ab5 | 2017-10-25 14:44:44 -0700 | [diff] [blame] | 468 | </style> |
| 469 | |
Raff Tsai | f7bb72c | 2018-10-16 21:47:58 +0800 | [diff] [blame] | 470 | <style name="ContextualCardStyle"> |
Fan Zhang | b64d16d | 2019-04-10 12:25:10 -0700 | [diff] [blame] | 471 | <item name="android:layout_marginBottom">@dimen/contextual_card_vertical_margin</item> |
| 472 | <item name="android:layout_marginStart">@dimen/contextual_card_side_margin</item> |
| 473 | <item name="android:layout_marginEnd">@dimen/contextual_card_side_margin</item> |
Marcelo Arteiro | 8577c10 | 2024-10-18 11:51:49 +0000 | [diff] [blame] | 474 | <item name="cardBackgroundColor">@androidprv:color/materialColorSurfaceContainer</item> |
Fan Zhang | b64d16d | 2019-04-10 12:25:10 -0700 | [diff] [blame] | 475 | <item name="cardCornerRadius">@dimen/contextual_card_corner_radius</item> |
Fan Zhang | a60652a | 2018-11-27 14:29:45 -0800 | [diff] [blame] | 476 | <item name="cardElevation">0dp</item> |
Mill Chen | 13568b6 | 2019-04-15 15:18:39 -0700 | [diff] [blame] | 477 | <item name="rippleColor">?android:attr/colorControlHighlight</item> |
Raff Tsai | f7bb72c | 2018-10-16 21:47:58 +0800 | [diff] [blame] | 478 | </style> |
| 479 | |
Sunny Shao | 86b1c7d | 2018-11-27 16:29:38 +0800 | [diff] [blame] | 480 | <style name="SearchBarStyle"> |
Robin Vinterbladh | dc41952 | 2024-09-03 12:29:54 +0200 | [diff] [blame] | 481 | <item name="android:theme">@style/Theme.MaterialComponents.DayNight</item> |
Jason Chiu | c37dd71 | 2021-03-11 14:33:08 +0800 | [diff] [blame] | 482 | <item name="cardCornerRadius">@dimen/search_bar_corner_radius</item> |
| 483 | <item name="cardElevation">0dp</item> |
Sunny Shao | 86b1c7d | 2018-11-27 16:29:38 +0800 | [diff] [blame] | 484 | </style> |
| 485 | |
Edgar Wang | 66c16d5 | 2024-05-16 12:06:59 +0000 | [diff] [blame] | 486 | <style name="SearchBarStyle_v2"> |
Robin Vinterbladh | dc41952 | 2024-09-03 12:29:54 +0200 | [diff] [blame] | 487 | <item name="android:theme">@style/Theme.MaterialComponents.DayNight</item> |
Edgar Wang | 66c16d5 | 2024-05-16 12:06:59 +0000 | [diff] [blame] | 488 | <item name="cardCornerRadius">40dp</item> |
| 489 | <item name="cardElevation">0dp</item> |
| 490 | <item name="strokeWidth">1dp</item> |
| 491 | <item name="strokeColor">@color/settingslib_materialColorOutlineVariant</item> |
| 492 | </style> |
| 493 | |
Mill Chen | 0ca7130 | 2018-11-05 17:20:22 +0800 | [diff] [blame] | 494 | <style name="ConditionCardBorderlessButton" |
| 495 | parent="android:Widget.DeviceDefault.Button.Borderless"> |
| 496 | <item name="android:textColor">?android:attr/colorAccent</item> |
| 497 | <item name="android:textSize">14sp</item> |
| 498 | <item name="android:textAllCaps">false</item> |
Mill Chen | 0ca7130 | 2018-11-05 17:20:22 +0800 | [diff] [blame] | 499 | </style> |
| 500 | |
| 501 | <style name="ConditionHalfCardBorderlessButton" |
| 502 | parent="@style/ConditionCardBorderlessButton"> |
| 503 | <item name="android:textAlignment">viewStart</item> |
Fan Zhang | 2fa4b1f | 2018-12-14 14:03:08 -0800 | [diff] [blame] | 504 | <item name="android:layout_marginStart">4dp</item> |
Mill Chen | 0ca7130 | 2018-11-05 17:20:22 +0800 | [diff] [blame] | 505 | </style> |
| 506 | |
| 507 | <style name="ConditionFullCardBorderlessButton" |
| 508 | parent="@style/ConditionCardBorderlessButton"> |
Fan Zhang | 07207c0 | 2019-02-12 12:29:49 -0800 | [diff] [blame] | 509 | <item name="android:textAlignment">viewStart</item> |
Jason Chiu | fa62183 | 2019-03-05 18:31:58 +0800 | [diff] [blame] | 510 | <item name="android:paddingStart">62dp</item> |
Fan Zhang | 07207c0 | 2019-02-12 12:29:49 -0800 | [diff] [blame] | 511 | <item name="android:paddingEnd">50dp</item> |
Mill Chen | 0ca7130 | 2018-11-05 17:20:22 +0800 | [diff] [blame] | 512 | </style> |
| 513 | |
Emily Chuang | 6cf3591 | 2018-11-05 20:18:56 +0800 | [diff] [blame] | 514 | <style name="ContextualCardDismissalButton" |
| 515 | parent="android:Widget.DeviceDefault.Button.Borderless.Colored"> |
Yi-Ling Chuang | 2ef995b | 2019-01-19 11:43:25 +0800 | [diff] [blame] | 516 | <item name="android:minWidth">24dp</item> |
Emily Chuang | 6cf3591 | 2018-11-05 20:18:56 +0800 | [diff] [blame] | 517 | <item name="android:textAllCaps">false</item> |
| 518 | </style> |
| 519 | |
jackqdyulei | cf6374e | 2018-12-10 13:27:25 -0800 | [diff] [blame] | 520 | <style name="Widget.SliceView.Settings"> |
| 521 | <item name="titleSize">@*android:dimen/text_size_subhead_material</item> |
Jason Chiu | 65e08df | 2020-05-07 17:04:51 +0800 | [diff] [blame] | 522 | <item name="rowStyle">@style/SliceRow.Settings</item> |
jackqdyulei | cf6374e | 2018-12-10 13:27:25 -0800 | [diff] [blame] | 523 | </style> |
| 524 | |
Jason Chiu | 7475ebe | 2020-05-11 19:19:28 +0800 | [diff] [blame] | 525 | <style name="Widget.SliceView.ContextualCard"> |
| 526 | <item name="rowStyle">@style/SliceRow</item> |
| 527 | <item name="android:background">@color/contextual_card_background</item> |
| 528 | </style> |
| 529 | |
Jason Chiu | 65e08df | 2020-05-07 17:04:51 +0800 | [diff] [blame] | 530 | <style name="Widget.SliceView.Panel"> |
| 531 | <item name="titleSize">16sp</item> |
| 532 | <item name="rowStyle">@style/SliceRow</item> |
maxwen | 70c2bdf | 2021-11-22 16:52:33 +0100 | [diff] [blame] | 533 | <item name="android:background">@color/panel_background_color</item> |
lindatseng | 8afc10b | 2019-05-06 16:24:08 -0700 | [diff] [blame] | 534 | </style> |
| 535 | |
Jason Chiu | 65e08df | 2020-05-07 17:04:51 +0800 | [diff] [blame] | 536 | <style name="Widget.SliceView.Panel.Slider"> |
| 537 | <item name="rowStyle">@style/SliceRow.Slider</item> |
Tim Peng | db7d61d | 2020-03-01 11:34:16 +0800 | [diff] [blame] | 538 | </style> |
| 539 | |
Hugh Chen | d004638 | 2022-03-17 06:59:12 +0000 | [diff] [blame] | 540 | <style name="Widget.SliceView.Bluetooth"> |
| 541 | <item name="titleSize">20dp</item> |
| 542 | <item name="subtitleSize">14dp</item> |
| 543 | <item name="headerTitleSize">20dp</item> |
| 544 | <item name="headerSubtitleSize">14dp</item> |
| 545 | </style> |
| 546 | |
Jason Chiu | 65e08df | 2020-05-07 17:04:51 +0800 | [diff] [blame] | 547 | <style name="SliceRow"> |
Jason Chiu | 57384c4 | 2019-12-26 18:19:41 +0800 | [diff] [blame] | 548 | <!-- 2dp start padding for the start icon --> |
| 549 | <item name="titleItemStartPadding">2dp</item> |
Jason Chiu | 862bcc7 | 2019-02-14 17:00:35 +0800 | [diff] [blame] | 550 | <item name="titleItemEndPadding">0dp</item> |
| 551 | |
Jason Chiu | 57384c4 | 2019-12-26 18:19:41 +0800 | [diff] [blame] | 552 | <!-- Padding between content and the start icon is 14dp --> |
Jason Chiu | fa62183 | 2019-03-05 18:31:58 +0800 | [diff] [blame] | 553 | <item name="contentStartPadding">14dp</item> |
Jason Chiu | 57384c4 | 2019-12-26 18:19:41 +0800 | [diff] [blame] | 554 | <!-- Padding between content and end items is 16dp --> |
Jason Chiu | 862bcc7 | 2019-02-14 17:00:35 +0800 | [diff] [blame] | 555 | <item name="contentEndPadding">16dp</item> |
| 556 | |
Jason Chiu | 57384c4 | 2019-12-26 18:19:41 +0800 | [diff] [blame] | 557 | <!-- Both side margins of end item are 16dp --> |
Jason Chiu | 862bcc7 | 2019-02-14 17:00:35 +0800 | [diff] [blame] | 558 | <item name="endItemStartPadding">16dp</item> |
Jason Chiu | 57384c4 | 2019-12-26 18:19:41 +0800 | [diff] [blame] | 559 | <item name="endItemEndPadding">16dp</item> |
Jason Chiu | 862bcc7 | 2019-02-14 17:00:35 +0800 | [diff] [blame] | 560 | |
Jason Chiu | 57384c4 | 2019-12-26 18:19:41 +0800 | [diff] [blame] | 561 | <!-- Both side margins of bottom divider are 12dp --> |
| 562 | <item name="bottomDividerStartPadding">12dp</item> |
| 563 | <item name="bottomDividerEndPadding">12dp</item> |
Jason Chiu | 862bcc7 | 2019-02-14 17:00:35 +0800 | [diff] [blame] | 564 | |
| 565 | <item name="actionDividerHeight">32dp</item> |
| 566 | </style> |
jackqdyulei | e642ae6 | 2019-02-11 12:26:18 -0800 | [diff] [blame] | 567 | |
Jason Chiu | 65e08df | 2020-05-07 17:04:51 +0800 | [diff] [blame] | 568 | <style name="SliceRow.Settings"> |
Jason Chiu | 57384c4 | 2019-12-26 18:19:41 +0800 | [diff] [blame] | 569 | <!-- Padding between content and the start icon is 8dp --> |
jackqdyulei | e642ae6 | 2019-02-11 12:26:18 -0800 | [diff] [blame] | 570 | <item name="contentStartPadding">8dp</item> |
| 571 | </style> |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 572 | |
Jason Chiu | 7475ebe | 2020-05-11 19:19:28 +0800 | [diff] [blame] | 573 | <style name="SliceRow.Slider"> |
shaoweishen | fb164fe | 2021-09-28 14:04:06 +0000 | [diff] [blame] | 574 | <!-- Padding between content and the start icon is 5dp --> |
| 575 | <item name="contentStartPadding">5dp</item> |
| 576 | <item name="contentEndPadding">0dp</item> |
Jason Chiu | 7475ebe | 2020-05-11 19:19:28 +0800 | [diff] [blame] | 577 | |
| 578 | <!-- 0dp start padding for the end item --> |
| 579 | <item name="endItemStartPadding">0dp</item> |
Tim Peng | 9bdeef4 | 2020-05-27 13:29:55 +0800 | [diff] [blame] | 580 | <!-- 8dp end padding for the end item --> |
| 581 | <item name="endItemEndPadding">8dp</item> |
Jason Chiu | 7475ebe | 2020-05-11 19:19:28 +0800 | [diff] [blame] | 582 | |
shaoweishen | fb164fe | 2021-09-28 14:04:06 +0000 | [diff] [blame] | 583 | <item name="titleSize">20sp</item> |
Jason Chiu | 7475ebe | 2020-05-11 19:19:28 +0800 | [diff] [blame] | 584 | <!-- Align text with slider --> |
Tim Peng | 9a70887 | 2020-05-13 15:20:54 +0800 | [diff] [blame] | 585 | <item name="titleStartPadding">11dp</item> |
| 586 | <item name="subContentStartPadding">11dp</item> |
Tim Peng | 2b4f455 | 2020-04-09 14:59:51 +0800 | [diff] [blame] | 587 | |
| 588 | <!-- Padding for indeterminate progress bar --> |
| 589 | <item name="progressBarStartPadding">12dp</item> |
| 590 | <item name="progressBarEndPadding">16dp</item> |
changbetty | d1d9798 | 2022-04-09 05:04:17 +0000 | [diff] [blame] | 591 | |
| 592 | <!-- Title icon size --> |
| 593 | <item name="iconSize">25dp</item> |
Jason Chiu | 7475ebe | 2020-05-11 19:19:28 +0800 | [diff] [blame] | 594 | </style> |
| 595 | |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 596 | <style name="DisclaimerPositiveButton" parent="@style/SudGlifButton.Primary"> |
| 597 | <item name="android:layout_margin">16dp</item> |
| 598 | <item name="android:paddingStart">8dp</item> |
| 599 | <item name="android:paddingEnd">8dp</item> |
| 600 | </style> |
| 601 | |
| 602 | <style name="DisclaimerNegativeButton" parent="@style/SudGlifButton.Secondary"> |
| 603 | <item name="android:layout_margin">16dp</item> |
| 604 | <item name="android:paddingStart">8dp</item> |
| 605 | <item name="android:paddingEnd">8dp</item> |
| 606 | </style> |
| 607 | |
shaoweishen | fb164fe | 2021-09-28 14:04:06 +0000 | [diff] [blame] | 608 | <style name="PanelOptionRoundedOutlinedButton" parent="@android:style/Widget.Material.Button"> |
| 609 | <item name="android:background">@drawable/volume_dialog_button_background_outline</item> |
maxwen | ec6eea6 | 2022-03-27 00:24:38 +0100 | [diff] [blame] | 610 | <item name="android:textAllCaps">false</item> |
shaoweishen | fb164fe | 2021-09-28 14:04:06 +0000 | [diff] [blame] | 611 | </style> |
| 612 | |
| 613 | <style name="PanelOptionRoundedSolidButton" parent="@android:style/Widget.Material.Button"> |
| 614 | <item name="android:textColor">@android:color/system_neutral1_900</item> |
| 615 | <item name="android:background">@drawable/volume_dialog_button_background_solid</item> |
maxwen | ec6eea6 | 2022-03-27 00:24:38 +0100 | [diff] [blame] | 616 | <item name="android:textAllCaps">false</item> |
shaoweishen | fb164fe | 2021-09-28 14:04:06 +0000 | [diff] [blame] | 617 | </style> |
| 618 | |
pastychang | fefc668 | 2019-03-21 19:42:39 +0800 | [diff] [blame] | 619 | <style name="SetupWizardPartnerResource"> |
| 620 | <!-- Disable to use partner overlay theme for outside setupwizard flow. --> |
Mill Chen | dc92d9e | 2021-02-26 23:53:54 +0800 | [diff] [blame] | 621 | <item name="sucUsePartnerResource">@bool/config_suc_use_partner_resource</item> |
Pasty Chang | 608a634 | 2019-04-09 11:37:45 +0000 | [diff] [blame] | 622 | <!-- Enable heavy theme style inside setupwizard flow. --> |
| 623 | <item name="sudUsePartnerHeavyTheme">true</item> |
pastychang | fefc668 | 2019-03-21 19:42:39 +0800 | [diff] [blame] | 624 | </style> |
| 625 | |
Julia Reynolds | 5c097c6 | 2019-04-12 16:52:40 -0400 | [diff] [blame] | 626 | <style name="TextAppearance.NotificationImportanceDetail"> |
| 627 | <item name="android:textSize">@dimen/notification_importance_description_text</item> |
| 628 | <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> |
| 629 | <item name="android:gravity">center</item> |
| 630 | </style> |
| 631 | |
| 632 | <style name="TextAppearance.NotificationImportanceButton"> |
| 633 | <item name="android:textSize">@dimen/notification_importance_button_text</item> |
Julia Reynolds | edb8dd0 | 2020-07-09 14:29:14 -0400 | [diff] [blame] | 634 | <item name="android:fontFamily">@*android:string/config_headlineFontFamilyMedium</item> |
Julia Reynolds | 5c097c6 | 2019-04-12 16:52:40 -0400 | [diff] [blame] | 635 | <item name="android:gravity">center</item> |
| 636 | </style> |
| 637 | |
Julia Reynolds | 5c097c6 | 2019-04-12 16:52:40 -0400 | [diff] [blame] | 638 | <style name="TextAppearance.NotificationImportanceButton.Unselected" parent="TextAppearance.NotificationImportanceButton"> |
| 639 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 640 | </style> |
| 641 | |
Kevin Chang | bb6395e | 2019-04-30 10:55:58 +0800 | [diff] [blame] | 642 | <style name="AccessibilityDialog"> |
| 643 | <item name="android:layout_width">match_parent</item> |
| 644 | <item name="android:layout_height">wrap_content</item> |
| 645 | <item name="android:orientation">vertical</item> |
| 646 | <item name="android:divider">@*android:drawable/list_divider_material</item> |
| 647 | <item name="android:showDividers">middle</item> |
| 648 | </style> |
| 649 | |
Raff Tsai | 41435ad | 2020-01-13 03:07:00 +0800 | [diff] [blame] | 650 | <style name="TextAppearance.Tab" parent="@android:style/TextAppearance.DeviceDefault.Medium"> |
Raff Tsai | c75aea1 | 2019-12-11 15:34:47 +0800 | [diff] [blame] | 651 | <item name="android:textAllCaps">false</item> |
Raff Tsai | c4d5ccd | 2020-02-25 11:39:46 +0800 | [diff] [blame] | 652 | <item name="android:textSize">14sp</item> |
Raff Tsai | 41435ad | 2020-01-13 03:07:00 +0800 | [diff] [blame] | 653 | <item name="android:fontFamily">@*android:string/config_headlineFontFamilyMedium</item> |
Raff Tsai | c75aea1 | 2019-12-11 15:34:47 +0800 | [diff] [blame] | 654 | </style> |
| 655 | |
Kevin Chang | bb6395e | 2019-04-30 10:55:58 +0800 | [diff] [blame] | 656 | <style name="AccessibilityDialogServiceIcon"> |
| 657 | <item name="android:layout_width">36dp</item> |
| 658 | <item name="android:layout_height">36dp</item> |
| 659 | <item name="android:layout_marginTop">16dp</item> |
| 660 | <item name="android:layout_marginBottom">16dp</item> |
| 661 | <item name="android:scaleType">fitCenter</item> |
| 662 | </style> |
| 663 | |
| 664 | <style name="AccessibilityDialogIcon"> |
| 665 | <item name="android:layout_width">18dp</item> |
| 666 | <item name="android:layout_height">18dp</item> |
menghanli | 02200d2 | 2021-05-27 10:20:44 +0800 | [diff] [blame] | 667 | <item name="android:layout_marginEnd">12dp</item> |
Kevin Chang | bb6395e | 2019-04-30 10:55:58 +0800 | [diff] [blame] | 668 | <item name="android:scaleType">fitCenter</item> |
| 669 | </style> |
| 670 | |
| 671 | <style name="AccessibilityDialogTitle" |
| 672 | parent="@android:style/TextAppearance.DeviceDefault"> |
| 673 | <item name="android:layout_width">match_parent</item> |
| 674 | <item name="android:layout_height">wrap_content</item> |
| 675 | <item name="android:gravity">center</item> |
| 676 | <item name="android:textSize">20sp</item> |
| 677 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
menghanli | 39229a6 | 2021-05-03 21:25:54 +0800 | [diff] [blame] | 678 | <item name="android:fontFamily">@*android:string/config_headlineFontFamilyMedium</item> |
Kevin Chang | bb6395e | 2019-04-30 10:55:58 +0800 | [diff] [blame] | 679 | </style> |
| 680 | |
| 681 | <style name="AccessibilityDialogDescription" |
| 682 | parent="@android:style/TextAppearance.DeviceDefault"> |
| 683 | <item name="android:layout_width">match_parent</item> |
| 684 | <item name="android:layout_height">wrap_content</item> |
| 685 | <item name="android:layout_marginTop">16dp</item> |
| 686 | <item name="android:layout_marginBottom">32dp</item> |
| 687 | <item name="android:textSize">16sp</item> |
| 688 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
Kevin Chang | bb6395e | 2019-04-30 10:55:58 +0800 | [diff] [blame] | 689 | </style> |
| 690 | |
| 691 | <style name="AccessibilityDialogPermissionTitle" |
| 692 | parent="@android:style/TextAppearance.DeviceDefault"> |
| 693 | <item name="android:layout_width">match_parent</item> |
| 694 | <item name="android:layout_height">wrap_content</item> |
| 695 | <item name="android:textSize">16sp</item> |
| 696 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
menghanli | 39229a6 | 2021-05-03 21:25:54 +0800 | [diff] [blame] | 697 | <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> |
Kevin Chang | bb6395e | 2019-04-30 10:55:58 +0800 | [diff] [blame] | 698 | </style> |
| 699 | |
| 700 | <style name="AccessibilityDialogPermissionDescription" |
| 701 | parent="@android:style/TextAppearance.DeviceDefault"> |
| 702 | <item name="android:layout_width">match_parent</item> |
| 703 | <item name="android:layout_height">wrap_content</item> |
| 704 | <item name="android:textSize">14sp</item> |
| 705 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
Kevin Chang | bb6395e | 2019-04-30 10:55:58 +0800 | [diff] [blame] | 706 | </style> |
| 707 | |
| 708 | <style name="AccessibilityDialogButtonBarSpace"> |
| 709 | <item name="android:layout_width">0dp</item> |
| 710 | <item name="android:layout_height">0dp</item> |
| 711 | <item name="android:visibility">gone</item> |
| 712 | </style> |
| 713 | |
| 714 | <style name="AccessibilityDialogButtonList"> |
| 715 | <item name="android:layout_width">match_parent</item> |
| 716 | <item name="android:layout_height">wrap_content</item> |
| 717 | <item name="android:orientation">vertical</item> |
| 718 | <item name="android:divider">@*android:drawable/list_divider_material</item> |
| 719 | <item name="android:showDividers">middle</item> |
| 720 | </style> |
| 721 | |
| 722 | <style name="AccessibilityDialogButton" |
| 723 | parent="@*android:style/Widget.DeviceDefault.Button.ButtonBar.AlertDialog"> |
| 724 | <item name="android:layout_width">match_parent</item> |
| 725 | <item name="android:layout_height">56dp</item> |
ryanlwlin | 6269a92 | 2021-04-27 20:03:21 +0800 | [diff] [blame] | 726 | <item name="android:paddingEnd">8dp</item> |
| 727 | <item name="android:paddingStart">8dp</item> |
Kevin Chang | bb6395e | 2019-04-30 10:55:58 +0800 | [diff] [blame] | 728 | <item name="android:background">?android:attr/selectableItemBackground</item> |
| 729 | </style> |
| 730 | |
Peter_Liang | 44a275d | 2022-01-17 18:10:12 +0800 | [diff] [blame] | 731 | <style name="AccessibilityTextReadingPreviewTitle" |
| 732 | parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title" > |
| 733 | <item name="android:layout_gravity">center_horizontal</item> |
| 734 | <item name="android:padding">6dp</item> |
Peter_Liang | f93bb8c | 2022-02-24 15:49:10 +0800 | [diff] [blame] | 735 | <item name="android:textSize">14sp</item> |
Peter_Liang | 44a275d | 2022-01-17 18:10:12 +0800 | [diff] [blame] | 736 | </style> |
| 737 | |
Yuhan Yang | 7630d39 | 2025-02-04 07:33:49 +0000 | [diff] [blame] | 738 | <style name="AutoclickDialogRadioButton"> |
| 739 | <item name="android:paddingStart">12dp</item> |
| 740 | <item name="android:layout_width">match_parent</item> |
| 741 | <item name="android:layout_height">48dp</item> |
| 742 | <item name="android:layout_gravity">start|center_vertical</item> |
| 743 | <item name="android:background">@null</item> |
| 744 | </style> |
| 745 | |
tmfang | c0b2d06 | 2019-06-13 15:29:45 +0800 | [diff] [blame] | 746 | <style name="Widget.PopupWindow.Settings" |
| 747 | parent="@android:style/Widget.DeviceDefault.PopupWindow"> |
| 748 | <item name="android:clipToPadding">true</item> |
| 749 | <item name="android:clipChildren">true</item> |
| 750 | </style> |
| 751 | |
Sunny Shao | b1c4b02 | 2019-09-27 21:32:11 +0800 | [diff] [blame] | 752 | <style name="PickerDialogTheme.Settings" parent="@*android:style/ThemeOverlay.Material.Dialog.DatePicker"> |
| 753 | <item name="android:clipToPadding">true</item> |
| 754 | <item name="android:clipChildren">true</item> |
| 755 | </style> |
| 756 | |
kholoud mohamed | 00c4604 | 2020-02-05 11:14:11 +0000 | [diff] [blame] | 757 | <style name="CrossProfileConsentDialogTitle"> |
| 758 | <item name="android:layout_width">wrap_content</item> |
| 759 | <item name="android:layout_height">wrap_content</item> |
| 760 | <item name="android:gravity">center</item> |
| 761 | <item name="android:textSize">20sp</item> |
| 762 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 763 | <item name="android:fontFamily">google-sans-medium</item> |
| 764 | <item name="android:paddingTop">36dp</item> |
| 765 | <item name="android:paddingBottom">16dp</item> |
| 766 | </style> |
| 767 | |
| 768 | <style name="CrossProfileConsentDialogDescription"> |
| 769 | <item name="android:layout_width">wrap_content</item> |
| 770 | <item name="android:layout_height">wrap_content</item> |
| 771 | <item name="android:layout_marginBottom">36dp</item> |
| 772 | <item name="android:textSize">16sp</item> |
| 773 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 774 | <item name="android:fontFamily">sans-serif</item> |
| 775 | <item name="android:gravity">start</item> |
| 776 | </style> |
| 777 | |
| 778 | <style name="CrossProfileConsentDialogIcon"> |
| 779 | <item name="android:layout_width">24dp</item> |
| 780 | <item name="android:layout_height">24dp</item> |
| 781 | <item name="android:antialias">true</item> |
| 782 | <item name="android:gravity">start</item> |
| 783 | </style> |
| 784 | |
| 785 | <style name="CrossProfileConsentDialogSubTitle"> |
| 786 | <item name="android:layout_width">wrap_content</item> |
| 787 | <item name="android:layout_height">wrap_content</item> |
| 788 | <item name="android:textSize">16sp</item> |
| 789 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 790 | <item name="android:fontFamily">sans-serif</item> |
| 791 | <item name="android:gravity">start</item> |
| 792 | </style> |
| 793 | |
| 794 | <style name="CrossProfileConsentDialogSubDescription"> |
| 795 | <item name="android:layout_width">wrap_content</item> |
| 796 | <item name="android:layout_height">wrap_content</item> |
| 797 | <item name="android:textSize">14sp</item> |
| 798 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
| 799 | <item name="android:fontFamily">sans-serif</item> |
| 800 | <item name="android:gravity">start</item> |
| 801 | </style> |
Edgar Wang | 6436895 | 2020-04-13 20:14:59 +0800 | [diff] [blame] | 802 | |
Mill Chen | 86fd923 | 2021-04-16 03:02:34 +0800 | [diff] [blame] | 803 | <style name="HomepageTitleText" parent="CollapsingToolbarTitle.Expanded"> |
Jason Chiu | c37dd71 | 2021-03-11 14:33:08 +0800 | [diff] [blame] | 804 | <item name="android:layout_width">wrap_content</item> |
| 805 | <item name="android:layout_height">wrap_content</item> |
| 806 | <item name="android:layout_marginBottom">@dimen/homepage_title_margin_bottom</item> |
| 807 | <item name="android:layout_marginHorizontal">@dimen/homepage_title_margin_horizontal</item> |
Jason Chiu | bd854cc | 2020-11-20 17:16:41 +0800 | [diff] [blame] | 808 | </style> |
| 809 | |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 810 | <style name="RequestManageCredentialsButtonPanel"> |
| 811 | <item name="android:paddingStart">12dp</item> |
| 812 | <item name="android:paddingEnd">12dp</item> |
| 813 | <item name="android:paddingTop">8dp</item> |
| 814 | <item name="android:paddingBottom">8dp</item> |
| 815 | <item name="android:orientation">horizontal</item> |
| 816 | <item name="android:layout_alignParentBottom">true</item> |
Alex Johnston | dce68bf | 2021-04-19 18:18:19 +0100 | [diff] [blame] | 817 | <item name="android:background">?android:colorBackground</item> |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 818 | </style> |
| 819 | |
Alex Johnston | 848a388 | 2021-06-07 18:06:40 +0100 | [diff] [blame] | 820 | <style name="RoundedCornerButtonTheme"> |
| 821 | <item name="android:buttonCornerRadius">50dp</item> |
| 822 | <item name="android:paddingStart">20dp</item> |
| 823 | <item name="android:paddingEnd">20dp</item> |
| 824 | <item name="android:paddingTop">18dp</item> |
| 825 | <item name="android:paddingBottom">18dp</item> |
| 826 | </style> |
| 827 | |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 828 | <style name="RequestManageCredentialsAllowButton" parent="@style/ActionPrimaryButton"> |
| 829 | <item name="android:fontFamily">google-sans-medium</item> |
| 830 | <item name="android:textSize">14sp</item> |
| 831 | <item name="android:textAllCaps">false</item> |
| 832 | </style> |
| 833 | |
| 834 | <style name="RequestManageCredentialsDontAllowButton" |
Alex Johnston | 8d06d63 | 2021-06-21 23:33:17 +0100 | [diff] [blame] | 835 | parent="@style/Widget.AppCompat.Button.Borderless.Colored"> |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 836 | <item name="android:fontFamily">google-sans-medium</item> |
| 837 | <item name="android:textSize">14sp</item> |
| 838 | <item name="android:textAllCaps">false</item> |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 839 | </style> |
| 840 | |
Alex Johnston | a12b402 | 2020-12-01 20:36:38 +0000 | [diff] [blame] | 841 | <style name="RequestManageCredentialsFab"> |
| 842 | <item name="android:textSize">14sp</item> |
| 843 | <item name="android:textAllCaps">false</item> |
Alex Johnston | a12b402 | 2020-12-01 20:36:38 +0000 | [diff] [blame] | 844 | <item name="android:layout_marginBottom">12dp</item> |
| 845 | </style> |
| 846 | |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 847 | <style name="RequestManageCredentialsHeader"> |
| 848 | <item name="android:paddingStart">40dp</item> |
| 849 | <item name="android:paddingEnd">24dp</item> |
| 850 | <item name="android:paddingTop">58dp</item> |
| 851 | <item name="android:paddingBottom">24dp</item> |
| 852 | <item name="android:orientation">vertical</item> |
| 853 | </style> |
| 854 | |
Alex Johnston | 4ef1438 | 2021-06-07 14:38:45 +0100 | [diff] [blame] | 855 | <style name="RequestManageCredentialsHeaderLandscape"> |
| 856 | <item name="android:paddingStart">24dp</item> |
| 857 | <item name="android:paddingEnd">24dp</item> |
| 858 | <item name="android:paddingTop">24dp</item> |
| 859 | <item name="android:paddingBottom">24dp</item> |
| 860 | </style> |
| 861 | |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 862 | <style name="RequestManageCredentialsTitle"> |
| 863 | <item name="android:layout_marginTop">24dp</item> |
| 864 | <item name="android:textSize">36sp</item> |
Alex Johnston | 672c2aa | 2020-11-27 21:35:50 +0000 | [diff] [blame] | 865 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 866 | </style> |
| 867 | |
| 868 | <style name="RequestManageCredentialsDescription"> |
| 869 | <item name="android:layout_marginTop">24dp</item> |
| 870 | <item name="android:textSize">18sp</item> |
Alex Johnston | 672c2aa | 2020-11-27 21:35:50 +0000 | [diff] [blame] | 871 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
Alex Johnston | 7db8142 | 2021-06-03 15:20:38 +0100 | [diff] [blame] | 872 | <item name="android:alpha">0.7</item> |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 873 | </style> |
| 874 | |
| 875 | <style name="AppAuthenticationPolicyItem"> |
| 876 | <item name="android:paddingStart">40dp</item> |
| 877 | <item name="android:paddingEnd">24dp</item> |
| 878 | </style> |
| 879 | |
| 880 | <style name="AppAuthenticationPolicyIcon"> |
| 881 | <item name="android:layout_marginTop">30dp</item> |
| 882 | <item name="android:layout_marginEnd">20dp</item> |
| 883 | </style> |
| 884 | |
| 885 | <style name="AppAuthenticationPolicyText"> |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 886 | <item name="android:textSize">20sp</item> |
Alex Johnston | 672c2aa | 2020-11-27 21:35:50 +0000 | [diff] [blame] | 887 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 888 | </style> |
| 889 | |
| 890 | <style name="AppAuthenticationPolicyNumberOfUrisText"> |
| 891 | <item name="android:layout_marginTop">4dp</item> |
| 892 | <item name="android:textSize">16sp</item> |
| 893 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
| 894 | <item name="android:alpha">0.7</item> |
| 895 | </style> |
| 896 | |
| 897 | <style name="AppAuthenticationExpander"> |
| 898 | <item name="android:layout_marginTop">24dp</item> |
| 899 | <item name="android:layout_alignParentEnd">true</item> |
| 900 | <item name="android:scaleType">fitEnd</item> |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 901 | </style> |
| 902 | |
| 903 | <style name="AppUriAuthenticationPolicyText"> |
| 904 | <item name="android:maxLines">1</item> |
| 905 | <item name="android:textSize">16sp</item> |
Alex Johnston | 672c2aa | 2020-11-27 21:35:50 +0000 | [diff] [blame] | 906 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 907 | </style> |
Edgar Wang | de88f52 | 2021-05-22 03:13:14 +0800 | [diff] [blame] | 908 | |
| 909 | <style name="TextAppearance.AdminDialogTitle" |
| 910 | parent="@*android:style/TextAppearance.DeviceDefault.Title"> |
| 911 | <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> |
| 912 | <item name="android:textSize">24sp</item> |
| 913 | </style> |
| 914 | |
| 915 | <style name="TextAppearance.AdminDialogMessage" |
| 916 | parent="@*android:style/TextAppearance.DeviceDefault"> |
| 917 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
| 918 | </style> |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 919 | |
| 920 | <style name="TextAppearance.SimConfirmDialogList" parent="@style/TextAppearance.DialogMessage"/> |
| 921 | |
| 922 | <style name="TextAppearance.SimConfirmDialogList.Summary"> |
| 923 | <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> |
SongFerngWang | 43ebe68 | 2021-12-28 21:52:24 +0800 | [diff] [blame] | 924 | <item name="android:textColor">?android:attr/textColorSecondary</item> |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 925 | </style> |
| 926 | |
| 927 | <style name="SimConfirmDialog.OutlineButton" parent="@android:style/Widget.Material.Button"> |
| 928 | <item name="android:layout_marginStart">8dp</item> |
| 929 | <item name="android:layout_height">36dp</item> |
| 930 | <item name="android:minWidth">0dp</item> |
| 931 | <item name="android:textSize">14sp</item> |
| 932 | <item name="android:lineHeight">20sp</item> |
| 933 | <item name="android:fontFamily">@*android:string/config_bodyFontFamilyMedium</item> |
| 934 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 935 | <item name="android:background">@drawable/sim_confirm_dialog_btn_outline</item> |
| 936 | </style> |
| 937 | |
| 938 | <style name="SimConfirmDialog.ButtonBarStyle" parent="@android:style/Widget.Material.ButtonBar"> |
| 939 | <item name="android:paddingEnd">8dp</item> |
| 940 | </style> |
Lucas Silva | 38d0a7c | 2021-12-22 15:52:00 +0000 | [diff] [blame] | 941 | |
| 942 | <style name="DreamCardStyle"> |
Lucas Silva | 38d0a7c | 2021-12-22 15:52:00 +0000 | [diff] [blame] | 943 | <item name="cardBackgroundColor">@color/dream_card_color_state_list</item> |
| 944 | <item name="cardCornerRadius">@dimen/dream_item_corner_radius</item> |
| 945 | <item name="cardElevation">0dp</item> |
| 946 | <item name="rippleColor">?android:attr/colorControlHighlight</item> |
Lucas Silva | 55df7ac | 2022-01-26 16:49:22 +0000 | [diff] [blame] | 947 | <item name="contentPadding">@dimen/dream_item_content_padding</item> |
| 948 | </style> |
Edgar Wang | 18f8850 | 2022-03-22 17:57:13 +0800 | [diff] [blame] | 949 | |
changbetty | a56e198 | 2022-03-29 01:14:05 +0000 | [diff] [blame] | 950 | <style name="BroadcastActionButton" parent="@android:style/Widget.Material.Button"> |
| 951 | <item name="android:background">@drawable/broadcast_button_outline</item> |
| 952 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 953 | <item name="android:textSize">14sp</item> |
| 954 | <item name="android:lineHeight">20sp</item> |
| 955 | <item name="android:fontFamily">@*android:string/config_bodyFontFamilyMedium</item> |
| 956 | <item name="android:stateListAnimator">@null</item> |
| 957 | <item name="android:minWidth">0dp</item> |
| 958 | <item name="android:textAllCaps">false</item> |
| 959 | </style> |
Zoey Chen | 4b34598 | 2022-05-12 11:27:40 +0800 | [diff] [blame] | 960 | |
| 961 | <style name="QrCodeScanner"> |
| 962 | <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> |
| 963 | <item name="android:textSize">16sp</item> |
| 964 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 965 | <item name="android:textDirection">locale</item> |
| 966 | </style> |
Pajace Chen | f349639 | 2022-08-16 18:12:01 +0800 | [diff] [blame] | 967 | |
| 968 | <style name="CardPreferencePrimaryButton" parent="@style/ActionPrimaryButton"> |
| 969 | <item name="android:fontFamily">google-sans-medium</item> |
| 970 | <item name="android:textSize">14sp</item> |
| 971 | <item name="android:textAllCaps">false</item> |
| 972 | <item name="android:singleLine">true</item> |
Wesley | 243b450 | 2022-08-29 23:39:34 +0000 | [diff] [blame] | 973 | <item name="android:paddingHorizontal">24dp</item> |
Pajace Chen | f349639 | 2022-08-16 18:12:01 +0800 | [diff] [blame] | 974 | </style> |
| 975 | |
| 976 | <style name="CardPreferenceBorderlessButton" |
| 977 | parent="@style/Widget.AppCompat.Button.Borderless.Colored"> |
| 978 | <item name="android:fontFamily">google-sans-medium</item> |
| 979 | <item name="android:textSize">14sp</item> |
| 980 | <item name="android:textAllCaps">false</item> |
| 981 | <item name="android:singleLine">true</item> |
| 982 | </style> |
Hao Dong | af35c7c | 2022-11-28 17:43:48 +0000 | [diff] [blame] | 983 | |
| 984 | <style name="BiometricsEnrollStyle"> |
| 985 | <item name="biometricsEnrollIcon">@color/udfps_enroll_icon</item> |
| 986 | <item name="biometricsMovingTargetFill">@color/udfps_moving_target_fill</item> |
| 987 | <item name="biometricsMovingTargetFillError">@color/udfps_moving_target_fill_error</item> |
| 988 | <item name="biometricsEnrollProgress">@color/udfps_enroll_progress</item> |
| 989 | <item name="biometricsEnrollProgressHelp">@color/udfps_enroll_progress_help</item> |
| 990 | <item name="biometricsEnrollProgressHelpWithTalkback">@color/udfps_enroll_progress_help_with_talkback</item> |
| 991 | </style> |
Jason Chang | c0f0b0c | 2023-06-15 16:09:06 +0000 | [diff] [blame] | 992 | |
Joshua McCloskey | d11b1dc | 2024-07-15 23:03:13 +0000 | [diff] [blame] | 993 | <style name="ScreenLockPasswordHintTextFontStyleError"> |
Joshua McCloskey | 6904a34 | 2023-11-28 00:24:50 +0000 | [diff] [blame] | 994 | <item name="android:textColor">?android:attr/colorError</item> |
Jason Chang | c0f0b0c | 2023-06-15 16:09:06 +0000 | [diff] [blame] | 995 | <item name="android:fontFamily">google-sans-text</item> |
| 996 | </style> |
| 997 | |
Joshua McCloskey | d11b1dc | 2024-07-15 23:03:13 +0000 | [diff] [blame] | 998 | <style name="ScreenLockPasswordHintTextFontStyle"> |
| 999 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 1000 | <item name="android:fontFamily">google-sans-text</item> |
| 1001 | </style> |
| 1002 | |
josephpv | e952f0b | 2024-04-24 15:53:59 +0000 | [diff] [blame] | 1003 | <style name="PrivateSpaceSetupTextFontStyle" parent="@android:style/TextAppearance.DeviceDefault"> |
josephpv | ee5e1ce | 2023-10-05 21:42:43 +0000 | [diff] [blame] | 1004 | <item name="android:textColor">?android:attr/textColorPrimary</item> |
| 1005 | <item name="android:fontFamily">google-sans-text</item> |
| 1006 | <item name="android:layout_width">wrap_content</item> |
| 1007 | <item name="android:layout_height">wrap_content</item> |
| 1008 | </style> |
| 1009 | |
| 1010 | <style name="PrivateSpaceSetupSubHeaderStyle" parent="@style/PrivateSpaceSetupTextFontStyle"> |
josephpv | ee5e1ce | 2023-10-05 21:42:43 +0000 | [diff] [blame] | 1011 | <item name="android:paddingTop">20dp</item> |
| 1012 | <item name="android:paddingBottom">8dp</item> |
| 1013 | <item name="android:textSize">14sp</item> |
josephpv | 2a431fe | 2024-02-22 22:27:48 +0000 | [diff] [blame] | 1014 | <item name="android:fontFamily">google-sans-medium</item> |
josephpv | ee5e1ce | 2023-10-05 21:42:43 +0000 | [diff] [blame] | 1015 | </style> |
| 1016 | |
| 1017 | <style name="PrivateSpaceSetupBulletPointLayoutStyle"> |
josephpv | ee5e1ce | 2023-10-05 21:42:43 +0000 | [diff] [blame] | 1018 | <item name="android:paddingTop">16dp</item> |
| 1019 | <item name="android:paddingBottom">16dp</item> |
| 1020 | <item name="android:layout_width">fill_parent</item> |
| 1021 | <item name="android:layout_height">wrap_content</item> |
| 1022 | </style> |
| 1023 | |
| 1024 | <style name="PrivateSpaceBulletPointTextFontStyle" parent="@style/PrivateSpaceSetupTextFontStyle"> |
josephpv | 20758d5 | 2024-07-09 17:21:52 +0000 | [diff] [blame] | 1025 | <item name="android:paddingStart">16dp</item> |
josephpv | ee5e1ce | 2023-10-05 21:42:43 +0000 | [diff] [blame] | 1026 | <item name="android:textSize">16sp</item> |
josephpv | 20758d5 | 2024-07-09 17:21:52 +0000 | [diff] [blame] | 1027 | <item name="android:textAlignment">viewStart</item> |
josephpv | ee5e1ce | 2023-10-05 21:42:43 +0000 | [diff] [blame] | 1028 | </style> |
| 1029 | |
| 1030 | <style name="PrivateSpaceBulletPointIconStyle"> |
| 1031 | <item name="android:layout_width">wrap_content</item> |
| 1032 | <item name="android:layout_height">wrap_content</item> |
josephpv | 20758d5 | 2024-07-09 17:21:52 +0000 | [diff] [blame] | 1033 | <item name="android:layout_alignParentStart">true</item> |
josephpv | ee5e1ce | 2023-10-05 21:42:43 +0000 | [diff] [blame] | 1034 | <item name="android:layout_alignParentTop">true</item> |
| 1035 | </style> |
| 1036 | |
Becca Hughes | 782fcb9 | 2024-01-10 19:20:22 +0000 | [diff] [blame] | 1037 | <style name="CredentialManagerChangeButton" parent="@style/ActionPrimaryButton"> |
| 1038 | <item name="android:fontFamily">google-sans-medium</item> |
| 1039 | <item name="android:textSize">14sp</item> |
| 1040 | <item name="android:textAllCaps">false</item> |
| 1041 | <item name="android:singleLine">true</item> |
| 1042 | <item name="android:paddingHorizontal">24dp</item> |
| 1043 | </style> |
| 1044 | |
| 1045 | <style name="CredentialManagerOpenButton" |
| 1046 | parent="@style/Widget.AppCompat.Button"> |
| 1047 | <item name="android:theme">@style/RoundedCornerThemeOverlay</item> |
| 1048 | <item name="android:fontFamily">google-sans-medium</item> |
| 1049 | <item name="android:textSize">14sp</item> |
| 1050 | <item name="android:textAllCaps">false</item> |
| 1051 | <item name="android:singleLine">true</item> |
| 1052 | <item name="android:background">@null</item> |
| 1053 | </style> |
| 1054 | |
Chris Antol | 468e15f | 2024-08-01 09:01:49 +0000 | [diff] [blame] | 1055 | <style name="SuggestionCardStyle"> |
| 1056 | <item name="cardBackgroundColor">@color/settingslib_materialColorPrimary</item> |
| 1057 | <item name="cardCornerRadius">40dp</item> |
| 1058 | <item name="cardElevation">0dp</item> |
| 1059 | </style> |
| 1060 | |
| 1061 | <style name="TextAppearance.SuggestionCardTitle"> |
| 1062 | <item name="android:textColor">@color/settingslib_materialColorOnPrimary</item> |
| 1063 | <item name="android:textSize">20sp</item> |
| 1064 | <item name="android:fontFamily">@*android:string/config_headlineFontFamily</item> |
| 1065 | </style> |
| 1066 | |
| 1067 | <style name="TextAppearance.SuggestionCardSummary"> |
| 1068 | <item name="android:textColor">@color/settingslib_materialColorOnSecondary</item> |
| 1069 | <item name="android:textSize">14sp</item> |
| 1070 | <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item> |
| 1071 | </style> |
| 1072 | |
Haijie Hong | 7928455 | 2025-01-04 21:47:22 +0800 | [diff] [blame] | 1073 | <style name="DeviceIconRoundedCornerStyle"> |
| 1074 | <item name="cornerFamily">rounded</item> |
| 1075 | <item name="cornerSize">12dp</item> |
| 1076 | </style> |
| 1077 | |
Jason Monk | 2cdafc6 | 2015-06-12 12:32:50 -0400 | [diff] [blame] | 1078 | </resources> |