blob: 44c06c25dcb97e2ea46354d99c98073787fbb3c2 [file] [log] [blame]
<!--
~ Copyright (C) 2015 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>
<!-- These are the standard attributes that make up a complete theme. -->
<declare-styleable name="Theme">
<!-- ============== -->
<!-- Generic styles -->
<!-- ============== -->
<eat-comment />
<attr name="colorForeground" format="color" />
<attr name="colorForegroundInverse" format="color" />
<!-- WARNING: If adding attributes to Preference, make sure it does not conflict
with a View's attributes. Some subclasses (e.g., EditTextPreference)
proxy all attributes to its EditText widget. -->
<eat-comment />
<!-- ============= -->
<!-- Color palette -->
<!-- ============= -->
<eat-comment />
<!-- The primary branding color for the app. By default, this is the color applied to the
action bar background. -->
<attr name="colorPrimary" format="color" />
</declare-styleable>
<!-- WARNING: If adding attributes to Preference, make sure it does not conflict
with a View's attributes. Some subclasses (e.g., EditTextPreference)
proxy all attributes to its EditText widget. -->
<eat-comment />
<!-- **************************************************************** -->
<!-- Other non-theme attributes. -->
<!-- **************************************************************** -->
<eat-comment />
<!-- WARNING: If adding attributes to Preference, make sure it does not conflict
with a View's attributes. Some subclasses (e.g., EditTextPreference)
proxy all attributes to its EditText widget. -->
<eat-comment />
<!-- Color of text (usually same as colorForeground). -->
<attr name="textColor" format="reference|color" />
<!-- Color of highlighted text. -->
<attr name="textColorHighlight" format="reference|color" />
</resources>