Chaning the 'title' attribute format to string to be consistent
with support libraries
Change-Id: I58f687f9ab5d6c0e42bebd4f0f75e1efc696b9fe
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 82f33d1..c5be9f2 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -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>