blob: 3f63f2283ba82d99c450c1b620cacc211bc8f99f [file] [log] [blame]
Joe Onorato86f9bd22010-06-30 17:03:42 -04001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<resources>
18 <declare-styleable name="KeyButtonView">
Daniel Sandler44a46162011-08-09 16:48:21 -040019 <!-- key code to send when pressed; if absent or 0, no key is sent -->
Joe Onorato86f9bd22010-06-30 17:03:42 -040020 <attr name="keyCode" format="integer" />
Daniel Sandler44a46162011-08-09 16:48:21 -040021 <!-- does this button generate longpress / repeat events? -->
22 <attr name="keyRepeat" format="boolean" />
Jason Monk6c1e6ca2017-03-30 14:12:13 -040023 <!-- Should this button play sound effects, default true -->
24 <attr name="playSound" format="boolean" />
Adrian Roos3bab5152015-10-16 16:51:04 -070025 <attr name="android:contentDescription" />
Joe Onorato86f9bd22010-06-30 17:03:42 -040026 </declare-styleable>
Muyuan Li3b0f8922016-04-18 19:27:29 -070027 <declare-styleable name="ToggleSliderView">
Joe Onorato75362102010-12-02 16:46:12 -080028 <attr name="text" format="string" />
29 </declare-styleable>
Joe Onorato7c270fa2010-12-08 17:31:42 -080030 <declare-styleable name="NotificationLinearLayout">
31 <attr name="insetLeft" format="dimension" />
32 </declare-styleable>
Manu Cornetc7338032016-12-13 17:32:20 +000033 <declare-styleable name="RecentsPanelView">
34 <attr name="recentItemLayout" format="reference" />
Manu Cornete138bd12016-11-15 11:32:28 -080035 <!-- Style for the "Clear all" button. -->
36 <attr name="clearAllStyle" format="reference" />
Matthew Ngb44ccea2017-09-01 17:56:35 -070037 <attr name="clearAllBackgroundColor" format="reference" />
Daniel Sandler4a066c52012-04-20 14:49:13 -040038 </declare-styleable>
Daniel Sandlerc26185b2012-08-29 15:49:53 -040039 <declare-styleable name="DeadZone">
40 <attr name="minSize" format="dimension" />
41 <attr name="maxSize" format="dimension" />
42 <attr name="holdTime" format="integer" />
43 <attr name="decayTime" format="integer" />
44 <attr name="orientation" />
45 </declare-styleable>
Jason Monk32508852017-01-18 09:17:13 -050046 <attr name="frameColor" format="color" />
John Spurlock29786fc2014-02-04 17:55:47 -050047 <declare-styleable name="BatteryMeterView">
Jason Monk32508852017-01-18 09:17:13 -050048 <attr name="frameColor" />
John Spurlock29786fc2014-02-04 17:55:47 -050049 </declare-styleable>
Jorim Jaggi740beb52014-05-11 18:53:19 +020050 <declare-styleable name="Clock">
51 <attr name="amPmStyle" format="enum">
52 <enum name="normal" value="0" />
53 <enum name="small" value="1" />
54 <enum name="gone" value="2" />
55 </attr>
Jason Monke5b770e2017-03-03 21:49:29 -050056 <attr name="showDark" format="boolean" />
Jorim Jaggi740beb52014-05-11 18:53:19 +020057 </declare-styleable>
Daniel Sandlerc26185b2012-08-29 15:49:53 -040058 <attr name="orientation">
59 <enum name="horizontal" value="0" />
60 <enum name="vertical" value="1" />
61 </attr>
Adrian Roos8ddb2da2014-06-16 18:56:22 -070062 <declare-styleable name="UserAvatarView">
Evan Roskyaa7f51f2016-03-16 13:15:53 -070063 <attr name="avatarPadding" format="dimension" />
Adrian Roos8ddb2da2014-06-16 18:56:22 -070064 <attr name="frameWidth" format="dimension" />
Adrian Roosccdff622014-08-06 00:07:18 +020065 <attr name="framePadding" format="dimension" />
Evan Roskyaa7f51f2016-03-16 13:15:53 -070066 <!-- {@deprecated Use a statelist in frameColor instead.} -->
Adrian Roos8ddb2da2014-06-16 18:56:22 -070067 <attr name="activeFrameColor" format="color" />
Jason Monk32508852017-01-18 09:17:13 -050068 <attr name="frameColor" />
Evan Roskyaa7f51f2016-03-16 13:15:53 -070069 <attr name="badgeDiameter" format="dimension" />
70 <attr name="badgeMargin" format="dimension" />
Adrian Roos8ddb2da2014-06-16 18:56:22 -070071 </declare-styleable>
Adrian Roosccdff622014-08-06 00:07:18 +020072 <declare-styleable name="UserDetailItemView">
73 <attr name="regularFontFamily" format="string" />
74 <attr name="activatedFontFamily" format="string" />
75 </declare-styleable>
Jorim Jaggi3f48f462014-07-08 16:53:29 +020076 <declare-styleable name="DateView">
77 <attr name="datePattern" format="string" />
78 </declare-styleable>
Adrian Roos19408922014-08-07 20:54:12 +020079 <declare-styleable name="PseudoGridView">
80 <attr name="numColumns" format="integer" />
81 <attr name="verticalSpacing" format="dimension" />
82 <attr name="horizontalSpacing" format="dimension" />
83 </declare-styleable>
Jorim Jaggi5443cc52015-03-20 14:39:24 -070084
85 <!-- Theme for icons in the status bar (light/dark). background/fillColor is used for dual tone
86 icons like wifi and signal, and singleToneColor is used for icons with only one tone.
87 Contract: Pixel with fillColor blended over backgroundColor blended over translucent should
88 equal to singleToneColor blended over translucent. -->
89 <declare-styleable name="TonedIcon">
90 <attr name="backgroundColor" format="integer" />
91 <attr name="fillColor" format="integer" />
92 <attr name="singleToneColor" format="integer" />
93 </declare-styleable>
Adrian Roos2f2bd9a2015-06-04 18:11:14 -070094
95 <declare-styleable name="StatusBarWindowView_Layout">
96 <attr name="ignoreRightInset" format="boolean" />
97 </declare-styleable>
Andrew Flynn0f27a3f2015-06-10 14:12:23 -040098
Selim Cinekb20b75c2016-03-22 15:32:00 -070099 <declare-styleable name="AnimatedImageView">
Andrew Flynn0f27a3f2015-06-10 14:12:23 -0400100 <attr name="hasOverlappingRendering" format="boolean" />
101 </declare-styleable>
Jason Monkcaf37622015-08-18 12:33:50 -0400102
103 <declare-styleable name="TunerSwitch">
104 <attr name="defValue" format="boolean" />
Jason Monk5732df42016-02-24 16:24:55 -0500105 <attr name="metricsAction" format="integer" />
Jason Monkcaf37622015-08-18 12:33:50 -0400106 </declare-styleable>
Jason Monk46dbfb42016-02-25 14:59:20 -0500107
Clara Bayarri9b1fdff2016-04-21 14:28:47 +0100108 <declare-styleable name="AutoReinflateContainer">
Jason Monk46dbfb42016-02-25 14:59:20 -0500109 <attr name="android:layout" />
110 </declare-styleable>
Jason Monk6573ef22016-04-06 12:37:18 -0400111
Adrian Roos6f6e1592017-05-02 16:22:53 -0700112 <declare-styleable name="HybridNotificationTheme">
113 <attr name="hybridNotificationStyle" format="reference" />
114 <attr name="hybridNotificationTitleStyle" format="reference" />
115 <attr name="hybridNotificationTextStyle" format="reference" />
116 </declare-styleable>
117
Jason Monk6573ef22016-04-06 12:37:18 -0400118 <declare-styleable name="AutoSizingList">
Adam Lesinski60862bd2016-06-24 14:59:06 -0700119 <!-- Whether AutoSizingList will show only as many items as fit on screen and
120 remove extra items instead of scrolling. -->
121 <attr name="enableAutoSizing" format="boolean" />
Jason Monk6573ef22016-04-06 12:37:18 -0400122 <attr name="itemHeight" format="dimension" />
123 </declare-styleable>
Jason Monkbeda2dd2016-08-18 10:41:17 -0400124
125 <declare-styleable name="PluginInflateContainer">
126 <attr name="viewType" format="string" />
127 </declare-styleable>
Jason Monk9a376bc2017-05-10 09:52:10 -0400128
129 <attr name="lightIconTheme" format="reference" />
130 <attr name="darkIconTheme" format="reference" />
Lucas Dupine17ce522017-07-17 15:45:06 -0700131 <attr name="wallpaperTextColor" format="reference|color" />
132 <attr name="wallpaperTextColorSecondary" format="reference|color" />
Petr Cermak102431d2018-01-29 10:36:07 +0000133
134 <declare-styleable name="SmartReplyView">
135 <attr name="spacing" format="dimension" />
136 <attr name="singleLineButtonPaddingHorizontal" format="dimension" />
137 <attr name="doubleLineButtonPaddingHorizontal" format="dimension" />
Kenny Guy14d035c2018-05-02 19:10:36 +0100138 <attr name="buttonStrokeWidth" format="dimension" />
Petr Cermak102431d2018-01-29 10:36:07 +0000139 </declare-styleable>
Mike Digman1e28a5a2018-02-14 10:49:19 -0800140
141 <!-- Used to style rotate suggestion button AVD animations -->
142 <attr name="rotateButtonStartAngle" format="float" />
143 <attr name="rotateButtonEndAngle" format="float" />
Mike Digmanc038c322018-05-24 11:06:05 -0700144 <attr name="rotateButtonScaleX" format="float" />
145
Joe Onorato86f9bd22010-06-30 17:03:42 -0400146</resources>
147