blob: be838bf6b111b130d31f74140052783536f2e552 [file] [log] [blame]
Mindy Pereiraefcac0c2011-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 Pereiraefcac0c2011-05-27 16:38:56 -070016<resources>
Mindy Pereira22faaa62011-12-16 14:30:34 -080017 <declare-styleable name="RecipientEditTextView">
Kevin Linb10d1c62014-01-24 12:45:00 -080018 <attr name="avatarPosition">
Andrew Sappersteinc0e60232014-01-24 19:03:35 -080019 <enum name="end" value="0" />
20 <enum name="start" value="1" />
Kevin Linb10d1c62014-01-24 12:45:00 -080021 </attr>
Mindy Pereira22faaa62011-12-16 14:30:34 -080022 <attr name="chipBackground" format="reference" />
Mindy Pereira5da02342011-12-16 14:56:27 -080023 <attr name="chipBackgroundPressed" format="reference" />
24 <attr name="chipDelete" format="reference" />
Mindy Pereira5da02342011-12-16 14:56:27 -080025 <attr name="chipFontSize" format="reference" />
Kevin Linb10d1c62014-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 Lin9b398e32014-02-26 12:29:10 -080030 <attr name="imageSpanAlignment">
31 <enum name="bottom" value = "0"/>
32 <enum name="baseline" value = "1"/>
33 </attr>
Kaikai Wangcb11fce2014-12-09 14:20:57 -080034 <attr name="unselectedChipBackgroundColor" format="color" />
35 <attr name="selectedChipBackgroundColor" format="color" />
36 <attr name="unselectedChipTextColor" format="color" />
37 <attr name="selectedChipTextColor" format="color" />
Mindy Pereira22faaa62011-12-16 14:30:34 -080038 </declare-styleable>
Kevin Linb10d1c62014-01-24 12:45:00 -080039</resources>