blob: 1fb22c0759d1ed170f5a96da423940210deca44c [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- 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>
<declare-styleable name="ImageButtonWithAlphaFade">
<!-- Fade duration in ms -->
<attr name="fadeDuration" format="integer" />
<attr name="alphaNormal" format="float" />
<attr name="alphaSelected" format="float" />
<attr name="fadeColor" format="integer" />
</declare-styleable>
<declare-styleable name="BrowseItemView">
<attr name="detailAnimation" format="reference" />
</declare-styleable>
<declare-styleable name="PlayingState">
<attr name="state_paused" format="boolean"/>
<attr name="state_playing_to_pause" format="boolean"/>
<attr name="state_playing_to_stop" format="boolean"/>
<attr name="state_buffering_to_pause" format="boolean"/>
<attr name="state_buffering_to_stop" format="boolean"/>
<attr name="state_stopped" format="boolean"/>
<attr name="state_disabled" format="boolean"/>
</declare-styleable>
<!-- IME stuff -->
<!-- Modified KeyboardView -->
<declare-styleable name="KeyboardView">
<attr name="keyBackground" format="reference"/>
<attr name="keyTextSize" format="dimension"/>
<attr name="keyTextColorPrimary" format="color"/>
<attr name="keyTextColorSecondary" format="color"/>
<attr name="labelTextSize" format="dimension"/>
<attr name="fontFamily" format="string" />
<attr name="textStyle" format="enum">
<enum name="normal" value="0" />
<enum name="bold" value="1" />
<enum name="italic" value="2" />
<enum name="bold_italic" value="3" />
</attr>
</declare-styleable>
<declare-styleable name="RotaryKeyboardLayout">
<attr name="selectedKeyTextColor" format="color" />
<attr name="selectedKeyTextSize" format="dimension" />
<attr name="selectedCircleColor" format="dimension" />
<attr name="selectedCircleRadius" format="dimension" />
<attr name="clickedCircleRadius" format="dimension" />
<attr name="movedCircleRadius" format="dimension" />
<attr name="ringKeySpacing" format="dimension" />
<attr name="ringKeyTextColor" format="color" />
<attr name="ringKeyTextSize" format="dimension" />
<attr name="selectedKeyMargin" format="dimension" />
<attr name="selectedKeygroupTextSize" format="dimension" />
<attr name="keyGroupTextSize" format="dimension" />
<attr name="keyGroupCircleRadius" format="dimension" />
<attr name="keyGroupCircleColor" format="color" />
<attr name="keyGroupSpacing" format="dimension" />
</declare-styleable>
<declare-styleable name="PageIndicator">
<attr name="dotPadding" format="dimension" />
<attr name="inactiveDotSrc" format="reference" />
<attr name="activeDotSrc" format="reference" />
</declare-styleable>
<!-- The configurable text for a dialpad button. -->
<declare-styleable name="DialpadButton">
<!-- The dialpad number, such as "1". -->
<attr name="numberText" format="string" />
<!-- The letters below the number, such as "ABC". -->
<attr name="letterText" format="string" />
<!-- An image that appears below the number, such as a voicemail icon. -->
<attr name="image" format="reference" />
</declare-styleable>
</resources>