37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<!--
|
|
~ Copyright (C) 2016 Phillip Hsu
|
|
~
|
|
~ 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 custom theme attributes that allow changing which styles are
|
|
used for button bars depending on the API level.
|
|
?android:attr/buttonBarStyle is new as of API 11 so this is
|
|
necessary to support previous API levels. -->
|
|
<declare-styleable name="ButtonBarContainerTheme">
|
|
<attr name="metaButtonBarStyle" format="reference"/>
|
|
<attr name="metaButtonBarButtonStyle" format="reference"/>
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="TwentyFourHourGridItem">
|
|
<attr name="primaryText" format="string"/>
|
|
<attr name="secondaryText" format="string"/>
|
|
</declare-styleable>
|
|
|
|
<attr name="themedIconTint" format="reference|color"/>
|
|
<attr name="themedPopupOverlay" format="reference"/>
|
|
|
|
</resources>
|