summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-02-26 22:50:18 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-26 22:50:18 +0000
commit0d452abe7e9cdfa5f124f67b73a46d84c84f8fec (patch)
treef475face0e6ce71e7bba3f14ead45078e8bd3a6f
parent3eae8bcd44f5fcdf52a1b535b767337789e2af06 (diff)
parent4876ea26e9433e9acbda2448787a2a38bd632541 (diff)
downloadandroid_packages_apps_Trebuchet-0d452abe7e9cdfa5f124f67b73a46d84c84f8fec.tar.gz
android_packages_apps_Trebuchet-0d452abe7e9cdfa5f124f67b73a46d84c84f8fec.tar.bz2
android_packages_apps_Trebuchet-0d452abe7e9cdfa5f124f67b73a46d84c84f8fec.zip
Chaning the \'title\' attribute format to string to be consistent with support libraries am: eba87b1770
am: 4876ea26e9 * commit '4876ea26e9433e9acbda2448787a2a38bd632541': Chaning the 'title' attribute format to string to be consistent with support libraries
-rw-r--r--res/values/attrs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 34d86df2d..2224ac820 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -60,8 +60,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>