OSDN Git Service

Chaning the 'title' attribute format to string to be consistent
authorSunny Goyal <sunnygoyal@google.com>
Fri, 26 Feb 2016 17:44:27 +0000 (09:44 -0800)
committerSunny Goyal <sunnygoyal@google.com>
Fri, 26 Feb 2016 17:46:11 +0000 (09:46 -0800)
with support libraries

Change-Id: I58f687f9ab5d6c0e42bebd4f0f75e1efc696b9fe

res/values/attrs.xml

index 82f33d1..c5be9f2 100644 (file)
         <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>