| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2021 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources xmlns:android="http://schemas.android.com/apk/res/android"> |
| |
| <style name="PickerMaterialTheme" parent="@style/Theme.Material3.DayNight.NoActionBar"> |
| <item name="materialAlertDialogTheme">@style/ProfileDialogTheme</item> |
| <item name="pickerDragBarColor">@android:color/system_neutral2_100</item> |
| <item name="pickerHighlightColor">@android:color/system_accent1_100</item> |
| <item name="pickerHighlightTextColor">?android:attr/textColorPrimary</item> |
| <item name="pickerProfileButtonColor">@android:color/system_accent1_100</item> |
| <item name="pickerDisabledProfileButtonColor">?android:attr/colorBackground</item> |
| <item name="pickerProfileButtonTextColor">?android:attr/textColorPrimary</item> |
| <item name="pickerDisabledProfileButtonTextColor">?android:attr/textColorTertiaryInverse</item> |
| <item name="pickerSelectedTabBackgroundColor">@android:color/system_accent1_100</item> |
| <item name="pickerSelectedTabTextColor">?android:attr/textColorPrimary</item> |
| <item name="pickerTabBackgroundColor">?android:attr/colorBackground</item> |
| <item name="pickerTextColor">?android:attr/textColorPrimary</item> |
| <item name="pickerSelectedColor">@android:color/system_accent1_600</item> |
| <item name="pickerProfileDialogButtonAndIconColor">@android:color/system_accent1_600</item> |
| <item name="pickerProfileDialogTitleColor">?android:attr/textColorPrimary</item> |
| <item name="pickerProfileDialogBodyColor">?android:attr/textColorSecondary</item> |
| </style> |
| |
| </resources> |