blob: d3500aaf974cf29bb7a31f5f5982437f4a3e3898 [file] [log] [blame]
Mindy Pereira078509f2011-05-27 16:38:56 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 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-->
Mindy Pereira078509f2011-05-27 16:38:56 -070016<resources>
Mindy Pereira3da5aa02011-12-16 14:30:34 -080017 <declare-styleable name="RecipientEditTextView">
Kevin Lin2b080e12014-01-24 12:45:00 -080018 <attr name="avatarPosition">
Andrew Sapperstein2b8b9022014-01-24 19:03:35 -080019 <enum name="end" value="0" />
20 <enum name="start" value="1" />
Kevin Lin2b080e12014-01-24 12:45:00 -080021 </attr>
Mindy Pereira3da5aa02011-12-16 14:30:34 -080022 <attr name="chipBackground" format="reference" />
Mindy Pereira407f6692011-12-16 14:56:27 -080023 <attr name="chipBackgroundPressed" format="reference" />
24 <attr name="chipDelete" format="reference" />
Mindy Pereira407f6692011-12-16 14:56:27 -080025 <attr name="chipFontSize" format="reference" />
Kevin Lin2b080e12014-01-24 12:45:00 -080026 <attr name="chipHeight" format="reference" />
27 <attr name="chipPadding" format="reference" />
28 <attr name="disableDelete" format="boolean" />
29 <attr name="invalidChipBackground" format="reference" />
Kevin Lind4ae44e2014-02-26 12:29:10 -080030 <attr name="imageSpanAlignment">
31 <enum name="bottom" value = "0"/>
32 <enum name="baseline" value = "1"/>
33 </attr>
Mindy Pereira3da5aa02011-12-16 14:30:34 -080034 </declare-styleable>
Kevin Lin2b080e12014-01-24 12:45:00 -080035</resources>