summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-02-26 22:48:54 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-26 22:48:54 +0000
commit4876ea26e9433e9acbda2448787a2a38bd632541 (patch)
treef475face0e6ce71e7bba3f14ead45078e8bd3a6f /res/values/attrs.xml
parentf323002e263364fdaab12e568081d6aa040f256f (diff)
parenteba87b1770937f44998aff5fc4b34a12b30c6440 (diff)
downloadandroid_packages_apps_Trebuchet-4876ea26e9433e9acbda2448787a2a38bd632541.tar.gz
android_packages_apps_Trebuchet-4876ea26e9433e9acbda2448787a2a38bd632541.tar.bz2
android_packages_apps_Trebuchet-4876ea26e9433e9acbda2448787a2a38bd632541.zip
Chaning the \'title\' attribute format to string to be consistent with support libraries
am: eba87b1770 * commit 'eba87b1770937f44998aff5fc4b34a12b30c6440': Chaning the 'title' attribute format to string to be consistent with support libraries
Diffstat (limited to 'res/values/attrs.xml')
-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>