| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| ~ Copyright 2022 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> |
| |
| <declare-styleable name="ThemeAdapterMaterial3Theme"> |
| <!-- Is Material 3 theme --> |
| <attr name="isMaterial3Theme" /> |
| <!-- Color --> |
| <attr name="colorPrimary" /> |
| <attr name="colorOnPrimary" /> |
| <attr name="colorPrimaryInverse" /> |
| <attr name="colorPrimaryContainer" /> |
| <attr name="colorOnPrimaryContainer" /> |
| <attr name="colorSecondary" /> |
| <attr name="colorOnSecondary" /> |
| <attr name="colorSecondaryContainer" /> |
| <attr name="colorOnSecondaryContainer" /> |
| <attr name="colorTertiary" /> |
| <attr name="colorOnTertiary" /> |
| <attr name="colorTertiaryContainer" /> |
| <attr name="colorOnTertiaryContainer" /> |
| <attr name="android:colorBackground" /> |
| <attr name="colorOnBackground"/> |
| <attr name="colorSurface" /> |
| <attr name="colorOnSurface" /> |
| <attr name="colorSurfaceVariant" /> |
| <attr name="colorOnSurfaceVariant" /> |
| <attr name="elevationOverlayColor" /> |
| <attr name="colorSurfaceInverse" /> |
| <attr name="colorOnSurfaceInverse" /> |
| <attr name="colorOutline" /> |
| <attr name="colorOutlineVariant" /> |
| <attr name="colorError" /> |
| <attr name="colorOnError" /> |
| <attr name="colorErrorContainer" /> |
| <attr name="colorOnErrorContainer" /> |
| <attr name="scrimBackground" /> |
| <!-- Typography --> |
| <attr name="fontFamily" /> |
| <attr name="android:fontFamily" /> |
| <attr name="textAppearanceDisplayLarge" /> |
| <attr name="textAppearanceDisplayMedium" /> |
| <attr name="textAppearanceDisplaySmall" /> |
| <attr name="textAppearanceHeadlineLarge" /> |
| <attr name="textAppearanceHeadlineMedium" /> |
| <attr name="textAppearanceHeadlineSmall" /> |
| <attr name="textAppearanceTitleLarge" /> |
| <attr name="textAppearanceTitleMedium" /> |
| <attr name="textAppearanceTitleSmall" /> |
| <attr name="textAppearanceBodyLarge" /> |
| <attr name="textAppearanceBodyMedium" /> |
| <attr name="textAppearanceBodySmall" /> |
| <attr name="textAppearanceLabelLarge" /> |
| <attr name="textAppearanceLabelMedium" /> |
| <attr name="textAppearanceLabelSmall" /> |
| <!-- Shape --> |
| <attr name="shapeAppearanceCornerExtraSmall" /> |
| <attr name="shapeAppearanceCornerSmall" /> |
| <attr name="shapeAppearanceCornerMedium" /> |
| <attr name="shapeAppearanceCornerLarge" /> |
| <attr name="shapeAppearanceCornerExtraLarge" /> |
| <!-- Dark theme --> |
| <attr name="isLightTheme" /> |
| </declare-styleable> |
| |
| </resources> |