summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKevin Lin <linkevin@google.com>2014-02-26 12:29:10 -0800
committerKevin Lin <linkevin@google.com>2014-02-26 12:31:37 -0800
commit9b398e3019d1e12c661647a277a338975a50d952 (patch)
treeb8ba265e970fae7ed8ad8ca500dd2963c1afa4cc /res
parentbb7e7e1b8ff6163816fa04d50ca9382d569bee82 (diff)
downloadandroid_frameworks_opt_chips-9b398e3019d1e12c661647a277a338975a50d952.tar.gz
android_frameworks_opt_chips-9b398e3019d1e12c661647a277a338975a50d952.tar.bz2
android_frameworks_opt_chips-9b398e3019d1e12c661647a277a338975a50d952.zip
Added support to choose vertical alignment for image spans.
TESTED=phone Change-Id: I582224467b4626afd1414889166f4fbbc773897f
Diffstat (limited to 'res')
-rw-r--r--res/values/attrs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 96d995a..d3500aa 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -27,5 +27,9 @@
<attr name="chipPadding" format="reference" />
<attr name="disableDelete" format="boolean" />
<attr name="invalidChipBackground" format="reference" />
+ <attr name="imageSpanAlignment">
+ <enum name="bottom" value = "0"/>
+ <enum name="baseline" value = "1"/>
+ </attr>
</declare-styleable>
</resources> \ No newline at end of file