Mike Dodd | d3b009a | 2015-08-11 11:16:59 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2015 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources> |
| 18 | <declare-styleable name="ContactIconView"> |
| 19 | <attr name="iconSize"> |
| 20 | <enum name="normal" value="0" /> |
| 21 | <enum name="large" value="1" /> |
| 22 | <enum name="small" value="2" /> |
| 23 | </attr> |
| 24 | </declare-styleable> |
| 25 | <declare-styleable name="SoundLevels"> |
| 26 | <attr name="maxLevelRadius" format="dimension|reference" /> |
| 27 | <attr name="minLevelRadius" format="dimension|reference" /> |
| 28 | <attr name="primaryColor" format="color" /> |
| 29 | </declare-styleable> |
| 30 | <declare-styleable name="AsyncImageView"> |
| 31 | <attr name="fadeIn" format="boolean" /> |
| 32 | <attr name="placeholderDrawable" format="reference" /> |
| 33 | <attr name="cornerRadius" format="dimension|reference" /> |
| 34 | <attr name="reveal" format="boolean" /> |
| 35 | </declare-styleable> |
| 36 | <declare-styleable name="VideoThumbnailView"> |
| 37 | <attr name="mode" format="integer"> |
| 38 | <enum name="imageThumbnail" value="0" /> |
| 39 | <enum name="playableVideo" value="1" /> |
| 40 | </attr> |
| 41 | <attr name="playOnLoad" format="boolean" /> |
| 42 | <attr name="loop" format="boolean" /> |
| 43 | <attr name="allowCrop" format="boolean" /> |
| 44 | <attr name="android:maxHeight" /> |
| 45 | </declare-styleable> |
| 46 | <declare-styleable name="MaxHeightScrollView"> |
| 47 | <attr name="android:maxHeight" /> |
| 48 | </declare-styleable> |
| 49 | <declare-styleable name="ConversationNameView"> |
| 50 | <attr name="textSize" format="dimension|reference" /> |
| 51 | <attr name="textColor" format="color" /> |
| 52 | </declare-styleable> |
| 53 | <declare-styleable name="AudioAttachmentView"> |
| 54 | <attr name="layoutMode" format="integer"> |
| 55 | <enum name="normal" value="0" /> |
| 56 | <enum name="compact" value="1" /> |
| 57 | <enum name="subcompact" value="2" /> |
| 58 | </attr> |
| 59 | </declare-styleable> |
| 60 | <attr name="apnPreferenceStyle" format="reference" /> |
| 61 | </resources> |