| <?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> |
| <declare-styleable name="BannerMessagePreference"> |
| <attr format="enum" name="attentionLevel"> |
| <enum name="high" value="0"/> |
| <enum name="medium" value="1"/> |
| <enum name="low" value="2"/> |
| <enum name="normal" value="3"/> |
| </attr> |
| <attr format="string" name="subtitle" /> |
| <attr format="string" name="bannerHeader" /> |
| <attr format="integer" name="buttonOrientation" /> |
| </declare-styleable> |
| |
| <declare-styleable name="BannerMessagePreferenceGroup"> |
| <attr format="string" name="expandKey" /> |
| <attr format="string" name="expandTitle" /> |
| <attr format="string" name="collapseKey" /> |
| <attr format="string" name="collapseTitle" /> |
| <attr format="reference" name="collapseIcon" /> |
| <!-- Dismissed preferences --> |
| <attr format="boolean" name="showDismissedPreferences" /> |
| <attr format="string" name="expandDismissedKey" /> |
| <attr format="string" name="expandDismissedTitle" /> |
| <attr format="string" name="collapseDismissedKey" /> |
| <attr format="string" name="collapseDismissedTitle" /> |
| <attr format="reference" name="collapseDismissedIcon" /> |
| </declare-styleable> |
| </resources> |