Chaning the 'title' attribute format to string to be consistent

with support libraries

Change-Id: I58f687f9ab5d6c0e42bebd4f0f75e1efc696b9fe
This commit is contained in:
Sunny Goyal
2016-02-26 09:44:27 -08:00
parent 078d4de90b
commit eba87b1770

View File

@@ -100,8 +100,8 @@
<attr name="y" format="string" />
<attr name="spanX" format="string" />
<attr name="spanY" format="string" />
<attr name="icon" format="reference" />
<attr name="title" format="reference" />
<attr name="icon" format="reference" />
<attr name="title" format="string" />
<attr name="uri" format="string" />
</declare-styleable>