Ivan Chiang | 2ee3203 | 2021-11-26 17:06:25 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2021 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
| 18 | |
| 19 | <style name="PickerMaterialTheme" parent="@style/Theme.Material3.DayNight.NoActionBar"> |
| 20 | <item name="materialAlertDialogTheme">@style/ProfileDialogTheme</item> |
Ivan Chiang | 10618ea | 2022-03-04 14:58:17 +0800 | [diff] [blame] | 21 | <item name="pickerDragBarColor">@android:color/system_neutral2_100</item> |
Ivan Chiang | 2ee3203 | 2021-11-26 17:06:25 +0800 | [diff] [blame] | 22 | <item name="pickerHighlightColor">@android:color/system_accent1_100</item> |
| 23 | <item name="pickerHighlightTextColor">?android:attr/textColorPrimary</item> |
| 24 | <item name="pickerProfileButtonColor">@android:color/system_accent1_100</item> |
Abhijeet Kaur | 76222ef | 2022-02-24 18:18:49 +0000 | [diff] [blame] | 25 | <item name="pickerDisabledProfileButtonColor">?android:attr/colorBackground</item> |
Ivan Chiang | 2ee3203 | 2021-11-26 17:06:25 +0800 | [diff] [blame] | 26 | <item name="pickerProfileButtonTextColor">?android:attr/textColorPrimary</item> |
Abhijeet Kaur | 76222ef | 2022-02-24 18:18:49 +0000 | [diff] [blame] | 27 | <item name="pickerDisabledProfileButtonTextColor">?android:attr/textColorTertiaryInverse</item> |
Ivan Chiang | 725adef | 2022-01-25 12:47:37 +0800 | [diff] [blame] | 28 | <item name="pickerSelectedTabBackgroundColor">@android:color/system_accent1_100</item> |
| 29 | <item name="pickerSelectedTabTextColor">?android:attr/textColorPrimary</item> |
Ivan Chiang | 10618ea | 2022-03-04 14:58:17 +0800 | [diff] [blame] | 30 | <item name="pickerTabBackgroundColor">?android:attr/colorBackground</item> |
Ivan Chiang | 2ee3203 | 2021-11-26 17:06:25 +0800 | [diff] [blame] | 31 | <item name="pickerTextColor">?android:attr/textColorPrimary</item> |
| 32 | <item name="pickerSelectedColor">@android:color/system_accent1_600</item> |
Abhijeet Kaur | 543b9f0 | 2022-03-21 11:52:38 +0000 | [diff] [blame^] | 33 | <item name="pickerProfileDialogButtonAndIconColor">@android:color/system_accent1_600</item> |
| 34 | <item name="pickerProfileDialogTitleColor">?android:attr/textColorPrimary</item> |
| 35 | <item name="pickerProfileDialogBodyColor">?android:attr/textColorSecondary</item> |
Ivan Chiang | 2ee3203 | 2021-11-26 17:06:25 +0800 | [diff] [blame] | 36 | </style> |
| 37 | |
| 38 | </resources> |